TfDTECommand.Title Property

Get/Set the title associated with this command.

This is used in displaying an error message.

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Public Property Title As String
public string Title { get; set; }
public:
property String^ Title {
    String^ get ();
    void set (String^ value);
}
member Title : string with get, set
function get Title () : String 
function set Title (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TfDTECommand Class

Microsoft.VisualStudio.TeamFoundation Namespace