Share via


IdentityRef.DisplayName Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "displayName", EmitDefaultValue := False)> _
Public Property DisplayName As String
[DataMemberAttribute(Name = "displayName", EmitDefaultValue = false)]
public string DisplayName { get; set; }
[DataMemberAttribute(Name = L"displayName", EmitDefaultValue = false)]
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "displayName", EmitDefaultValue = false)>]
member 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

IdentityRef Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace