| SecurityOverrideEventArgsScopes Property |
Gets the scopes
Namespace:
SanteDB.Core.Security.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public IEnumerable<string> Scopes { get; }
Public ReadOnly Property Scopes As IEnumerable(Of String)
Get
public:
property IEnumerable<String^>^ Scopes {
IEnumerable<String^>^ get ();
}
member Scopes : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also