AddSateliteProviderCommandAttribute.SectionName Property
Gets the section name of the block dependency.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Public ReadOnly Property SectionName As String
public string SectionName { get; }
public:
property String^ SectionName {
String^ get ();
}
public function get SectionName () : String
See Also
AddSateliteProviderCommandAttribute Class
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace