DirectoryEntry.InvokeSet (String, Object[][])
The InvokeSet method is used to support the .NET Framework and cannot be used in your application.
public void InvokeSet(
String propertyName,
Object[] args
);
Public Sub InvokeSet( _
ByVal propertyName As String, _
ByVal args() As Object _
)
Parameters
- propertyName
The name of the property. - args
The Active Directory object to set.
Return Values
This method has no return values.
Requirements
Client | Requires Windows XP Home Edition, Windows XP Professional, Windows Me, or Windows 98. |
Server | Requires Windows Server 2003, Windows 2000, or Windows NT 4.0. |
Namespace | Defined in System.DirectoryServices. |
Assembly | Requires System.DirectoryServices (in System.DirectoryServices.dll). |
.NET Framework | Requires .NET Framework 1.0. |
See Also
DirectoryEntry Class, DirectoryEntry Members, System.DirectoryServices Namespace, DirectoryEntry Members (Visual J# Syntax), Managed Extensions for C++ Programming