QuotaControl 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.
The QuotaControl() constructor creates an instance of the QuotaControl class.
Overloads
QuotaControl() |
The QuotaControl() constructor creates an instance of the QuotaControl class. |
QuotaControl(SecurityIdentifier) |
The QuotaControl(SecurityIdentifier) constructor creates an instance of the QuotaControl class using the specified SID. |
QuotaControl()
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
The QuotaControl() constructor creates an instance of the QuotaControl class.
public:
QuotaControl();
public QuotaControl ();
Public Sub New ()
Applies to
QuotaControl(SecurityIdentifier)
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
- Source:
- DirectoryControl.cs
The QuotaControl(SecurityIdentifier) constructor creates an instance of the QuotaControl class using the specified SID.
public:
QuotaControl(System::Security::Principal::SecurityIdentifier ^ querySid);
public QuotaControl (System.Security.Principal.SecurityIdentifier querySid);
new System.DirectoryServices.Protocols.QuotaControl : System.Security.Principal.SecurityIdentifier -> System.DirectoryServices.Protocols.QuotaControl
Public Sub New (querySid As SecurityIdentifier)
Parameters
- querySid
- SecurityIdentifier
The SID of the security principle.