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