AccessControlEntriesCollection Constructor (IEnumerable<AccessControlEntry>)
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 AccessControlEntry) _
)
public AccessControlEntriesCollection(
IEnumerable<AccessControlEntry> source
)
public:
AccessControlEntriesCollection(
IEnumerable<AccessControlEntry^>^ source
)
new :
source:IEnumerable<AccessControlEntry> -> AccessControlEntriesCollection
public function AccessControlEntriesCollection(
source : IEnumerable<AccessControlEntry>
)
Parameters
- source
Type: System.Collections.Generic.IEnumerable<AccessControlEntry>
.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
AccessControlEntriesCollection Class