AccessControlList Constructor (String, Boolean)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
token As String, _
inherit As Boolean _
)
public AccessControlList(
string token,
bool inherit
)
public:
AccessControlList(
String^ token,
bool inherit
)
new :
token:string *
inherit:bool -> AccessControlList
public function AccessControlList(
token : String,
inherit : boolean
)
Parameters
- token
Type: System.String
- inherit
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.