Share via


ManagementListTitle.Title Property

Definition

Gets or sets the title. This is a dependency property.

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Title { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets the title. This is a dependency property.")]
public string Title { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets the title. This is a dependency property.")>]
member this.Title : string with get, set
Public Property Title As String

Property Value

Attributes

Applies to