Share via


HeaderLayout.Title Property

Gets the title that should be shown in the header.

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 Title As String
public string Title { get; }
public:
property String^ Title {
    String^ get ();
}
public function get Title () : String

Field Value

The title that should be shown in the header.

See Also

HeaderLayout Class

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