WindowsTokenProviderOptionsClientId Property |
Gets or sets the client id.
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string ClientId { get; set; }
Public Property ClientId As String
Get
Set
/** @property */
public String get_ClientId()
/** @property */
public void set_ClientId(String value)
function get ClientId () : String
function set ClientId (value : String)
Property Value
Type:
String
See Also