Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets the description of the dashboard item.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Description As String
Get
Private Set
'Usage
Dim instance As DashboardItem
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 description of the dashboard item.