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