DsmlRequestDocument Class
.NET Framework 2.0
The DsmlRequestDocument class enables you to build a DSML request payload, such as AddRequest, ModifyRequest, or SearchRequest. It contains zero or more DirectoryRequest derived objects. The user may add, delete, modify, and enumerate the DirectoryRequest before sending to the server. DsmlRequestDocument can be used with any DSML Binding classes to transport the document, such as DsmlSoapHttpConnection.
Namespace: System.DirectoryServices.Protocols
Assembly: System.DirectoryServices.Protocols (in system.directoryservices.protocols.dll)
Assembly: System.DirectoryServices.Protocols (in system.directoryservices.protocols.dll)
'Declaration Public Class DsmlRequestDocument Inherits DsmlDocument Implements IList, ICollection, IEnumerable 'Usage Dim instance As DsmlRequestDocument
public class DsmlRequestDocument extends DsmlDocument implements IList, ICollection, IEnumerable
public class DsmlRequestDocument extends DsmlDocument implements IList, ICollection, IEnumerable
Not applicable.
System.Object
System.DirectoryServices.Protocols.DsmlDocument
System.DirectoryServices.Protocols.DsmlRequestDocument
System.DirectoryServices.Protocols.DsmlDocument
System.DirectoryServices.Protocols.DsmlRequestDocument
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: