AzManAuthorizationProviderData.Scope Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Optional name of the application scope.
Namespace: Microsoft.Practices.EnterpriseLibrary.Security.AzMan.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Security.AzMan (in Microsoft.Practices.EnterpriseLibrary.Security.AzMan.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("scope")> _
PublicPropertyScopeAs String
[ConfigurationPropertyAttribute("scope")]
public string Scope { get; set; }
[ConfigurationPropertyAttribute(L"scope")]
public:
property String^ Scope {
String^ get ();
voidset (String^ value);
}
publicfunction getScope () : String
publicfunction setScope (value : String)
See Also
AzManAuthorizationProviderData Class
Microsoft.Practices.EnterpriseLibrary.Security.AzMan.Configuration Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |