Share via


Identity.CustomDisplayName Property

Namespace:  Microsoft.VisualStudio.Services.Identity
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property CustomDisplayName As String
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public string CustomDisplayName { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property String^ CustomDisplayName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member CustomDisplayName : string with get, set
function get CustomDisplayName () : String 
function set CustomDisplayName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Identity Class

Microsoft.VisualStudio.Services.Identity Namespace