ImpersonateTokenProviderOptionsScope Property |
Gets or sets the scope.
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string Scope { get; set; }
Public Property Scope As String
Get
Set
/** @property */
public String get_Scope()
/** @property */
public void set_Scope(String value)
function get Scope () : String
function set Scope (value : String)
Property Value
Type:
String
See Also