SectionViewModel.SectionName Property
Gets the name of this section.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
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
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace