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