 | DataTemplateDefinitionScopes Property |
Gets or sets the scopes of the
Namespace: SanteDB.Core.Templates.DefinitionAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic List<string> Scopes { get; set; }Public Property Scopes As List(Of String)
Get
Set
public:
property List<String^>^ Scopes {
List<String^>^ get ();
void set (List<String^>^ value);
}member Scopes : List<string> with get, set
Property Value
ListString
See Also