ModifyRequest Constructors
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 ModifyRequest() constructor creates an instance of the ModifyRequest class.
ModifyRequest() |
The ModifyRequest() constructor creates an instance of the ModifyRequest class. This constructor creates an empty request. |
ModifyRequest(String, DirectoryAttributeModification[]) |
The ModifyRequest(String, DirectoryAttributeModification[]) constructor creates an instance of the ModifyRequest class using the specified distinguished name and modifications. |
ModifyRequest(String, DirectoryAttributeOperation, String, Object[]) |
The ModifyRequest(String, DirectoryAttributeOperation, String, Object[]) constructor creates an instance of the ModifyRequest class using the specified distinguished name, modification, attribute name, and values. |
- Source:
- DirectoryRequest.cs
- Source:
- DirectoryRequest.cs
- Source:
- DirectoryRequest.cs
The ModifyRequest() constructor creates an instance of the ModifyRequest class. This constructor creates an empty request.
public:
ModifyRequest();
public ModifyRequest();
Public Sub New ()
Applies to
.NET 10 (package-provided) a ďalšie verzie
Produkt | Verzie |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
- Source:
- DirectoryRequest.cs
- Source:
- DirectoryRequest.cs
- Source:
- DirectoryRequest.cs
The ModifyRequest(String, DirectoryAttributeModification[]) constructor creates an instance of the ModifyRequest class using the specified distinguished name and modifications.
public:
ModifyRequest(System::String ^ distinguishedName, ... cli::array <System::DirectoryServices::Protocols::DirectoryAttributeModification ^> ^ modifications);
public ModifyRequest(string distinguishedName, params System.DirectoryServices.Protocols.DirectoryAttributeModification[] modifications);
new System.DirectoryServices.Protocols.ModifyRequest : string * System.DirectoryServices.Protocols.DirectoryAttributeModification[] -> System.DirectoryServices.Protocols.ModifyRequest
Public Sub New (distinguishedName As String, ParamArray modifications As DirectoryAttributeModification())
Parameters
- distinguishedName
- String
The distinguished name of the object to modify.
- modifications
- DirectoryAttributeModification[]
An array of DirectoryAttributeModification objects that specify the modifications.
Applies to
.NET 10 (package-provided) a ďalšie verzie
Produkt | Verzie |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
- Source:
- DirectoryRequest.cs
- Source:
- DirectoryRequest.cs
- Source:
- DirectoryRequest.cs
The ModifyRequest(String, DirectoryAttributeOperation, String, Object[]) constructor creates an instance of the ModifyRequest class using the specified distinguished name, modification, attribute name, and values.
public:
ModifyRequest(System::String ^ distinguishedName, System::DirectoryServices::Protocols::DirectoryAttributeOperation operation, System::String ^ attributeName, ... cli::array <System::Object ^> ^ values);
public ModifyRequest(string distinguishedName, System.DirectoryServices.Protocols.DirectoryAttributeOperation operation, string attributeName, params object[] values);
new System.DirectoryServices.Protocols.ModifyRequest : string * System.DirectoryServices.Protocols.DirectoryAttributeOperation * string * obj[] -> System.DirectoryServices.Protocols.ModifyRequest
Public Sub New (distinguishedName As String, operation As DirectoryAttributeOperation, attributeName As String, ParamArray values As Object())
Parameters
- distinguishedName
- String
The distinguished name of the object to be modified.
- operation
- DirectoryAttributeOperation
A DirectoryAttributeOperation object that specifies the modification to perform.
- attributeName
- String
The name of the attribute to modify. This parameter cannot be null
.
- values
- Object[]
The new values for the attribute.
Applies to
.NET 10 (package-provided) a ďalšie verzie
Produkt | Verzie |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided) |
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: