Share via


AddApplicationBlockCommand.SectionName Property

Gets the name of the section that should be added to the ConfigurationSourceModel.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.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

AddApplicationBlockCommand Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands Namespace