ProtocolInfoProtocolType Property |
Gets protocol type information.
Namespace:
Aras.IOM.OAuth
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic ProtocolType ProtocolType { get; set; }
Public Property ProtocolType As ProtocolType
Get
Set
/** @property */
public ProtocolType get_ProtocolType()
/** @property */
public void set_ProtocolType(ProtocolType value)
function get ProtocolType () : ProtocolType
function set ProtocolType (value : ProtocolType)
Property Value
Type:
ProtocolType
See Also