Gets the key of the CContact to which this security account information belongs.
Namespace:
Asi.iBO.ContactManagementAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string ContactId { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ContactId As String |
| Visual C++ |
|---|
public: property String^ ContactId { String^ get (); } |