Share via


PermissionsControl.AllowUserToAddGroups 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 AllowUserToAddGroups As Boolean
'Usage
Dim instance As PermissionsControl 
Dim value As Boolean 

value = instance.AllowUserToAddGroups

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

PermissionsControl Class

PermissionsControl Members

Microsoft.TeamFoundation.Client Namespace