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 title of the item.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property Title As String
Get
Private Set
'Usage
Dim instance As DashboardItem
Dim value As String
value = instance.Title
public string Title { get; private set; }
public:
property String^ Title {
String^ get ();
private: void set (String^ value);
}
member Title : string with get, private set
function get Title () : String
private function set Title (value : String)
Property Value
Type: System.String
The title of the item.