IAudit_UserUserId Property
|
Gets the user's UserID.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
SyntaxReadOnly Property UserId As String
Get
property String^ UserId {
String^ get ();
}
abstract UserId : string with get
Property Value
Type:
String
RemarksThis is the ID that is used to select a user within the CSAPI; it is not the entity ID.
See Also