Propriété DashboardItem.Title
Les éléments suivants s'appliquent au v2.
Obtient le titre de l'élément.
Espace de noms : Microsoft.WebMatrix.Extensibility
Assembly : Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)
Syntaxe
'Déclaration
Public Property Title As String
Get
Private Set
'Utilisation
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)
Valeur de propriété
Type : System.String
Titre de l'élément.