Partager via


ManageableConfigurationSourceElement.ApplicationName 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.

Gets or sets the application. This is a required field.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
<StringValidatorAttribute(MinLength := , MaxLength := )> _
<ConfigurationPropertyAttribute("applicationName", IsRequired := True, DefaultValue := "Application")> _
PublicPropertyApplicationNameAs String
[StringValidatorAttribute(MinLength = , MaxLength = )]
[ConfigurationPropertyAttribute("applicationName", IsRequired = true, DefaultValue = "Application")]
public string ApplicationName { get; set; }
[StringValidatorAttribute(MinLength = , MaxLength = )]
[ConfigurationPropertyAttribute(L"applicationName", IsRequired = true, DefaultValue = L"Application")]
public:
property String^ ApplicationName {
    String^ get ();
    voidset (String^ value);
}
publicfunction getApplicationName () : String
publicfunction setApplicationName (value : String)

See Also

ManageableConfigurationSourceElement Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.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.