Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
声明
<WebMethodAttribute> _
Public Function RemovePermissions ( _
    namespaceId As Guid, _
    token As String, _
    descriptor As IdentityDescriptor, _
    permissions As Integer _
) As AccessControlEntryDetails
[WebMethodAttribute]
public AccessControlEntryDetails RemovePermissions(
    Guid namespaceId,
    string token,
    IdentityDescriptor descriptor,
    int permissions
)
[WebMethodAttribute]
public:
AccessControlEntryDetails^ RemovePermissions(
    Guid namespaceId, 
    String^ token, 
    IdentityDescriptor^ descriptor, 
    int permissions
)
[<WebMethodAttribute>]
member RemovePermissions : 
        namespaceId:Guid * 
        token:string * 
        descriptor:IdentityDescriptor * 
        permissions:int -> AccessControlEntryDetails 
public function RemovePermissions(
    namespaceId : Guid, 
    token : String, 
    descriptor : IdentityDescriptor, 
    permissions : int
) : AccessControlEntryDetails
Parameters
- namespaceId
Type: System.Guid 
- token
Type: System.String 
- descriptor
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor 
- permissions
Type: System.Int32 
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.AccessControlEntryDetails
.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.
 
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace