Share via


PermissionsControl.AllowUserToRemoveGroups Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property AllowUserToRemoveGroups As Boolean
'Usage
Dim instance As PermissionsControl 
Dim value As Boolean 

value = instance.AllowUserToRemoveGroups

instance.AllowUserToRemoveGroups = value
public bool AllowUserToRemoveGroups { get; set; }
public:
property bool AllowUserToRemoveGroups {
    bool get ();
    void set (bool value);
}
public function get AllowUserToRemoveGroups () : boolean 
public function set AllowUserToRemoveGroups (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PermissionsControl Class

PermissionsControl Members

Microsoft.TeamFoundation.Client Namespace