SiteAdmin.DisplayName Property

Gets or sets the site admin display name.

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.WebPages.Administration
Assembly:  System.Web.WebPages.Administration (in System.Web.WebPages.Administration.dll)

Syntax

'Declaration
Public Property DisplayName As String 
    Get 
    Private Set
'Usage
Dim instance As SiteAdmin 
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 site admin display name.

See Also

Reference

SiteAdmin Class

System.Web.WebPages.Administration Namespace