 | OAuthErrorError Property |
Gets or sets the error
Namespace: SanteDB.Rest.OAuth.ModelAssembly: SanteDB.Rest.OAuth (in SanteDB.Rest.OAuth.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic OAuthErrorType Error { get; set; }Public Property Error As OAuthErrorType
Get
Set
public:
property OAuthErrorType Error {
OAuthErrorType get ();
void set (OAuthErrorType value);
}member Error : OAuthErrorType with get, set
Property Value
OAuthErrorType
See Also