Share via


Identity.DisplayName Property

Gets or set a display name for the identity

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

Syntax

'Declaration
Public Property DisplayName As String
'Usage
Dim instance As Identity 
Dim value As String 

value = instance.DisplayName

instance.DisplayName = value
public string DisplayName { get; set; }
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
public function get DisplayName () : String 
public function set DisplayName (value : String)

Property Value

Type: System.String
A string value with a friendly name associated with the identity.

.NET Framework Security

See Also

Reference

Identity Class

Identity Members

Microsoft.TeamFoundation.Server Namespace