Item |
Scroll |
Gets or sets the TheWFInstanceInfo with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Default Property Item ( _ nIndex As Integer _ ) As TheWFInstanceInfo C# public virtual TheWFInstanceInfo this [int nIndex] { get; set;}
ParametersnIndex Zero-based index.
Property ValueThe TheWFInstanceInfo with the specified nIndex. |
|