AccessControlListsCollection Constructor (IEnumerable<AccessControlList>)
Namespace: Microsoft.VisualStudio.Services.Security
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
source As IEnumerable(Of AccessControlList) _
)
public AccessControlListsCollection(
IEnumerable<AccessControlList> source
)
public:
AccessControlListsCollection(
IEnumerable<AccessControlList^>^ source
)
new :
source:IEnumerable<AccessControlList> -> AccessControlListsCollection
public function AccessControlListsCollection(
source : IEnumerable<AccessControlList>
)
Parameters
- source
Type: System.Collections.Generic.IEnumerable<AccessControlList>
.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
AccessControlListsCollection Class