Jaa


TypeBrowserViewModel.Title Property

Gets the title for the view model.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
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

See Also

TypeBrowserViewModel Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace