PredecessorListPredecessors Property | |
Gets the array of Predecessor objects.
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public IList<Predecessor> Predecessors { get; set; }
Public Property Predecessors As IList(Of Predecessor)
Get
Set
public:
property IList<Predecessor^>^ Predecessors {
IList<Predecessor^>^ get ();
void set (IList<Predecessor^>^ value);
}
member Predecessors : IList<Predecessor> with get, set
Return Value
Type:
IListPredecessor the array
See Also