AttributePrivilegeCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AttributePrivilegeCollection() |
Initializes a new instance of the AttributePrivilegeCollection class. |
AttributePrivilegeCollection(IList<AttributePrivilege>) |
Initializes a new instance of the AttributePrivilegeCollection class, setting the list property. |
AttributePrivilegeCollection()
Initializes a new instance of the AttributePrivilegeCollection class.
public:
AttributePrivilegeCollection();
public AttributePrivilegeCollection ();
Public Sub New ()
Applies to
AttributePrivilegeCollection(IList<AttributePrivilege>)
Initializes a new instance of the AttributePrivilegeCollection class, setting the list property.
public:
AttributePrivilegeCollection(System::Collections::Generic::IList<Microsoft::Xrm::Sdk::AttributePrivilege ^> ^ list);
public AttributePrivilegeCollection (System.Collections.Generic.IList<Microsoft.Xrm.Sdk.AttributePrivilege> list);
new Microsoft.Xrm.Sdk.AttributePrivilegeCollection : System.Collections.Generic.IList<Microsoft.Xrm.Sdk.AttributePrivilege> -> Microsoft.Xrm.Sdk.AttributePrivilegeCollection
Public Sub New (list As IList(Of AttributePrivilege))
Parameters
- list
- IList<AttributePrivilege>
AttributePrivilege>. The list of attribute privileges.