Share via


ManagementListTitle.ListStatus Property

Definition

Gets the status of the list. This is a dependency property.

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

Property Value

Attributes

Applies to