Share via


ManagementListTitle.List Property

Definition

Gets or sets the list this title is for. This is a dependency property.

public:
 property Microsoft::Management::UI::Internal::ManagementList ^ List { Microsoft::Management::UI::Internal::ManagementList ^ get(); void set(Microsoft::Management::UI::Internal::ManagementList ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Category("Common Properties")]
[System.ComponentModel.Description("Gets or sets the list this title is for. This is a dependency property.")]
public Microsoft.Management.UI.Internal.ManagementList List { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Category("Common Properties")>]
[<System.ComponentModel.Description("Gets or sets the list this title is for. This is a dependency property.")>]
member this.List : Microsoft.Management.UI.Internal.ManagementList with get, set
Public Property List As ManagementList

Property Value

Attributes

Applies to