CheckboxTable.Exclusive Property

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)

Syntax

声明
Public Property Exclusive As Boolean
    Get
    Set
public bool Exclusive { get; set; }
public:
property bool Exclusive {
    bool get ();
    void set (bool value);
}
member Exclusive : bool with get, set
function get Exclusive () : boolean
function set Exclusive (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

CheckboxTable Class

Microsoft.TeamFoundation.Controls Namespace