SecurityPrivilegesRequest 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.
Initializes a new instance of the SecurityPrivilegesRequest class.
Overloads
SecurityPrivilegesRequest() |
Initializes a new instance of the SecurityPrivilegesRequest class that has default values. |
SecurityPrivilegesRequest(International, SecurityPrivileges) |
Initializes a new instance of the SecurityPrivilegesRequest class that has the specified cultural settings and security privileges to get. |
SecurityPrivilegesRequest()
Initializes a new instance of the SecurityPrivilegesRequest class that has default values.
public:
SecurityPrivilegesRequest();
public SecurityPrivilegesRequest ();
Public Sub New ()
Applies to
SecurityPrivilegesRequest(International, SecurityPrivileges)
Initializes a new instance of the SecurityPrivilegesRequest class that has the specified cultural settings and security privileges to get.
public:
SecurityPrivilegesRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivileges ^ Privileges);
public SecurityPrivilegesRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivileges Privileges);
new Microsoft.MasterDataServices.SecurityPrivilegesRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivileges -> Microsoft.MasterDataServices.SecurityPrivilegesRequest
Public Sub New (International As International, Privileges As SecurityPrivileges)
Parameters
- International
- International
The cultural settings.
- Privileges
- SecurityPrivileges
The security privileges to get.