| ParametersVersion Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the protocol version.
Namespace: OAuthAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax public string Version { get; set; }
Public Property Version As String
Get
Set
public:
property String^ Version {
String^ get ();
void set (String^ value);
}
member Version : string with get, set
Property Value
Type:
StringProtocol version.
See Also