DirectoryEntry::InvokeSet Method (String^, array<Object^>^)
.NET Framework (current version)
Sets a property on the native Active Directory Domain Services object.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public: [ComVisibleAttribute(false)] void InvokeSet( String^ propertyName, ... array<Object^>^ args )
Parameters
- propertyName
-
Type:
System::String^
The name of the property to set.
- args
-
Type:
array<System::Object^>^
The Active Directory Domain Services object to set.
This method should not be used. The Properties property should be used to access the properties of the DirectoryEntry object.
DirectoryServicesPermission
To set the property on the native object.
.NET Framework
Available since 2.0
Available since 2.0
Show: