Thread2.DisplayName Property
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
Property DisplayName As String
'Usage
Dim instance As Thread2
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
string DisplayName { get; set; }
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
function get DisplayName () : String
function set DisplayName (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.