ISelectionMemberId Property |
Returns the database internal identity for the selectionmember object (selectionmember_Id).
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxReadOnly Property Id As Integer
Get
Dim instance As ISelectionMember
Dim value As Integer
value = instance.Id
property int Id {
int get ();
}
Property Value
Type:
Int32
See Also