| VerificationCode Property |
[This is preliminary documentation and is subject to change.]
Gets the verification code string.
Namespace: OAuthAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax public string Code { get; }
Public ReadOnly Property Code As String
Get
public:
property String^ Code {
String^ get ();
}
member Code : string with get
Property Value
Type:
StringVerification code string.
See Also