IdentityProviderKey.DisplayName Property

There are no comments for Property DisplayName in the schema.

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

Syntax

'Declaration
Public Property DisplayName As String
public string DisplayName { get; set; }
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
member DisplayName : string with get, set
function get DisplayName () : String 
function set DisplayName (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

IdentityProviderKey Class

Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace