Thread2.DisplayName Property

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Syntax

'Declaration
Property DisplayName As String
    Get
    Set
string DisplayName { get; set; }
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
abstract DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Thread2 Interface

EnvDTE90 Namespace