ProtocolInfoAuthorizationHeader Property |
Gets Authorization header name.
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string AuthorizationHeader { get; set; }
Public Property AuthorizationHeader As String
Get
Set
/** @property */
public String get_AuthorizationHeader()
/** @property */
public void set_AuthorizationHeader(String value)
function get AuthorizationHeader () : String
function set AuthorizationHeader (value : String)
Property Value
Type:
String
See Also