Share via


AuthenticationClientData.DisplayName Property

Gets or sets the display name of the data.

Namespace:  Microsoft.Web.WebPages.OAuth
Assembly:  Microsoft.Web.WebPages.OAuth (in Microsoft.Web.WebPages.OAuth.dll)

Syntax

'Declaration
Public Property DisplayName As String 
    Get 
    Private Set
'Usage
Dim instance As AuthenticationClientData 
Dim value As String 

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

Property Value

Type: System.String
The display name of the data.

See Also

Reference

AuthenticationClientData Class

Microsoft.Web.WebPages.OAuth Namespace