Udostępnij za pośrednictwem


AssemblyExtensionData.Name Property

Retired Content

This content and the technology described is outdated and is no longer being maintained. For more information about Transient Fault Handling, see Transient Fault Handling.

Gets or sets the assembly name.

Namespace: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling (in Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll) Version: 5.0.1118.0 (5.0.1118.0)

Syntax

[ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CollectionEditorContainedElementProperty, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime")]
[ConfigurationPropertyAttribute("name", IsRequired = true, IsKey = true)]
public string Name { get; set; }
'Declaration
<ViewModelAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CollectionEditorContainedElementProperty, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime")> _
<ConfigurationPropertyAttribute("name", IsRequired := True, IsKey := True)> _
Public Property Name As String
    Get
    Set
[ViewModelAttribute(L"Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.CollectionEditorContainedElementProperty, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime")]
[ConfigurationPropertyAttribute(L"name", IsRequired = true, IsKey = true)]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}

Field Value

The "match" attribute value out of the configuration file.

See Also

AssemblyExtensionData Class

Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.Configuration Namespace