Show / Hide Table of Contents

Property CurrentUserData

| Improve this Doc View Source

CurrentUserData

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]".

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest