IRowEntityCustomKey Property |
RowKey as string for custom entities
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring CustomKey { get; }
ReadOnly Property CustomKey As String
Get
Dim instance As IRowEntity
Dim value As String
value = instance.CustomKey
property String^ CustomKey {
String^ get ();
}
Property Value
Type:
String
See Also