IRelationGroupID Property |
GroupId
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint GroupID { get; set; }
Property GroupID As Integer
Get
Set
Dim instance As IRelation
Dim value As Integer
value = instance.GroupID
instance.GroupID = value
property int GroupID {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also