DsmlResponseDocument Class
.NET Framework 4.5
The DsmlResponseDocument class is a read-only collection generated as a response to a DsmlRequestDocument object that contains zero, or more, objects derived from DirectoryResponse.
System.Object
System.DirectoryServices.Protocols.DsmlDocument
System.DirectoryServices.Protocols.DsmlResponseDocument
System.DirectoryServices.Protocols.DsmlDocument
System.DirectoryServices.Protocols.DsmlResponseDocument
Namespace: System.DirectoryServices.Protocols
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
The DsmlResponseDocument type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | The Count property contains the number of DirectoryResponse objects in this collection. |
![]() | IsErrorResponse | The IsErrorResponse property specifies whether an error response has occurred. |
![]() | IsOperationError | The IsOperationError property specifies whether an operation error response has occurred. |
![]() | IsSynchronized | The IsSynchronized property contains a value that indicates whether access to the DsmlResponseDocument is synchronized (thread-safe). |
![]() | Item | The Item property contains the DirectoryResponse object at the specified index. |
![]() | RequestId | The RequestId property contains the RequestID associated with the document. |
![]() | SyncRoot | The SyncRoot property contains an object that can be used to synchronize access to the DsmlResponseDocument. |
| Name | Description | |
|---|---|---|
![]() | CopyTo | The CopyTo method copies the entire collection to a one-dimensional array, starting at the specified index of the target array. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator | The GetEnumerator method returns an enumerator for the entire DsmlResponseDocument collection. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ToXml | The ToXml method transforms each DirectoryResponse object in the collection into an XmlDocument object. (Overrides DsmlDocument.ToXml().) |
| Name | Description | |
|---|---|---|
![]() | AsParallel | Enables parallelization of a query. (Defined by ParallelEnumerable.) |
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() | Cast<TResult> | Casts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() | OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.CopyTo | The CopyTo method copies the entire DsmlResponseDocument collection to a one-dimensional array, starting at the specified index of the target array. |
![]() ![]() | ICollection.Count | The Count property gets the number of DirectoryResponse objects in this collection. |
![]() ![]() | ICollection.IsSynchronized | The IsSynchronized property gets a value that indicates whether access to the DsmlResponseDocument is synchronized (thread-safe). |
![]() ![]() | ICollection.SyncRoot | The SyncRoot property gets an object that can be used to synchronize access to the DsmlResponseDocument. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.







