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