AccessControlEntriesController.SetAccessControlEntries-Methode
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<HttpPostAttribute> _
Public Function SetAccessControlEntries ( _
securityNamespaceId As Guid, _
container As JObject _
) As IQueryable(Of AccessControlEntry)
[HttpPostAttribute]
public IQueryable<AccessControlEntry> SetAccessControlEntries(
Guid securityNamespaceId,
JObject container
)
Parameter
- securityNamespaceId
Typ: System.Guid
- container
Typ: JObject
Rückgabewert
Typ: System.Linq.IQueryable<AccessControlEntry>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.