[This is preliminary documentation and is subject to change.]
The system generated unique Country id.
Namespace:
OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int CountryId { get; set; } |
Visual Basic (Declaration) |
---|
Public Property CountryId As Integer |
Visual C++ |
---|
public: property int CountryId { int get (); void set (int value); } |