ImpersonateTokenProviderOptionsUserName Property |
Gets or sets the user name.
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string UserName { get; set; }
Public Property UserName As String
Get
Set
/** @property */
public String get_UserName()
/** @property */
public void set_UserName(String value)
function get UserName () : String
function set UserName (value : String)
Property Value
Type:
String
See Also