CommonDesignTime.MetadataTypes.RedirectedSectionElementMetadata.Name Property
This property supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Converters.RedirectedSectionNameConverter, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime")> _
Public Property Name As String
[TypeConverterAttribute("Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Converters.RedirectedSectionNameConverter, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime")]
public string Name { get; set; }
[TypeConverterAttribute(L"Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Converters.RedirectedSectionNameConverter, Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime")]
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
public function get Name () : String
public function set Name (value : String)
See Also
CommonDesignTime.MetadataTypes.RedirectedSectionElementMetadata Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace