Property CurrentUserData
| Improve this Doc View SourceCurrentUserData
Gets the data for the current user.
Declaration
public static string CurrentUserData { get; }
Property Value
Type | Description |
---|---|
System.String | langword_csharp_string represents the current user. |
Remarks
When publishing an UserLicense, the Data property should be set as the string value returned by CurrentUserData, otherwise the validation will always fail.
The returned data is formated as "[UserName];[SID]".