Share via


AzManAuthorizationProviderData.Application 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.

Name of the AzMan application.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security.AzMan.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security.AzMan (in Microsoft.Practices.EnterpriseLibrary.Security.AzMan.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("application")> _
PublicPropertyApplicationAs String
[ConfigurationPropertyAttribute("application")]
public string Application { get; set; }
[ConfigurationPropertyAttribute(L"application")]
public:
property String^ Application {
    String^ get ();
    voidset (String^ value);
}
publicfunction getApplication () : String
publicfunction setApplication (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.