DatabaseClassSystemOwnerContactId Property |
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual int SystemOwnerContactId { get; }
Public Overridable ReadOnly Property SystemOwnerContactId As Integer
Get
Dim instance As DatabaseClass
Dim value As Integer
value = instance.SystemOwnerContactId
public:
virtual property int SystemOwnerContactId {
int get ();
}
Property Value
Type:
Int32Implements
IDatabaseSystemOwnerContactId
See Also