 | SwaggerSecurityDefinitionScopes Property |
Gets or set sthe scopes
Namespace: SanteDB.Messaging.Metadata.Model.SwaggerAssembly: SanteDB.Messaging.Metadata (in SanteDB.Messaging.Metadata.dll) Version: 3.0.2081-alpha+461b650bfeb6e1336d298dbd35bcdcdab4eba501
Syntaxpublic Dictionary<string, string> Scopes { get; set; }Public Property Scopes As Dictionary(Of String, String)
Get
Set
public:
property Dictionary<String^, String^>^ Scopes {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}member Scopes : Dictionary<string, string> with get, set
Property Value
DictionaryString,
String
See Also