Partager via


ListProvider<TBusinessObject>.IsMutipleSelection Property

 

Gets or sets a value that determines if the current instance is a multiple selection.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public bool IsMutipleSelection { get; set; }
public:
property bool IsMutipleSelection {
    virtual bool get() sealed;
    virtual void set(bool value) sealed;
}
Public Property IsMutipleSelection As Boolean

Property Value

Type: System.Boolean

True if the current instance is a multiple selection; otherwise, false.

See Also

ListProvider<TBusinessObject> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top