| CallbackMethod Property |
[This is preliminary documentation and is subject to change.]
Gets the callback method.
Namespace: OAuthAssembly: OAuth.Core (in OAuth.Core.dll) Version: 1.0.5795.41329
Syntax public abstract string Method { get; }
Public MustOverride ReadOnly Property Method As String
Get
public:
virtual property String^ Method {
String^ get () abstract;
}
abstract Method : string with get
Property Value
Type:
StringCallback method.
See Also