Rank starts at 1 and should be unique within a collection
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxProperty Rank As Integer
Get
Set
Dim instance As IPhone
Dim value As Integer
value = instance.Rank
instance.Rank = value
property int Rank {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also