Share via


SiteAdmin.Description Property

Gets or sets the site admin description.

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 Description As String 
    Get 
    Private Set
'Usage
Dim instance As SiteAdmin 
Dim value As String 

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

Property Value

Type: System.String
The site admin description.

See Also

Reference

SiteAdmin Class

System.Web.WebPages.Administration Namespace