AttributePrivilegeCollection Constructor (IList<AttributePrivilege>)
Applies To: Dynamics CRM 2015
Initializes a new instance of the AttributePrivilegeCollection class, setting the list property.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public AttributePrivilegeCollection(
IList<AttributePrivilege> list
)
public:
AttributePrivilegeCollection(
IList<AttributePrivilege^>^ list
)
new :
list:IList<AttributePrivilege> -> AttributePrivilegeCollection
Public Sub New (
list As IList(Of AttributePrivilege)
)
Parameters
list
Type: System.Collections.Generic.IList<AttributePrivilege>Type: IList<AttributePrivilege>. The list of attribute privileges.
See Also
AttributePrivilegeCollection Overload
AttributePrivilegeCollection Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright