FileBaseSelection.Title Property

Gets or sets the dialog title.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property Title As String
    Get
    Set
'Usage
Dim instance As FileBaseSelection
Dim value As String

value = instance.Title

instance.Title = value
public string Title { get; set; }
public:
property String^ Title {
    String^ get ();
    void set (String^ value);
}
function get Title () : String
function set Title (value : String)
member Title : string with get, set

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

FileBaseSelection Class

FileBaseSelection Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace