Gets the identity value associated with this contact's security account.

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public int ContactSecurityId { get; }
Visual Basic
Public ReadOnly Property ContactSecurityId As Integer
	Get
Visual C++
public:
property int ContactSecurityId {
	int get ();
}

Field Value

A sequential integer assigned automatically when the security account if first created.

Remarks

This property is here for compatibility with eContentManager and other former Active Matter toolkits.

See Also