DsmlResponseDocument Class
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.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
System.DirectoryServices.Protocols::DsmlDocument
System.DirectoryServices.Protocols::DsmlResponseDocument
| 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[Int32] | 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(array<DirectoryResponse^>^, Int32) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | 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 | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | The M:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.CopyTo(System.Array,System.Int32) method copies the entire DsmlResponseDocument collection to a one-dimensional array, starting at the specified index of the target array. |
![]() ![]() | ICollection::Count | The P:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.Count property gets the number of DirectoryResponse objects in this collection. |
![]() ![]() | ICollection::IsSynchronized | The P:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.IsSynchronized property gets a value that indicates whether access to the DsmlResponseDocument is synchronized (thread-safe). |
![]() ![]() | ICollection::SyncRoot | The P:System.DirectoryServices.Protocols.DsmlResponseDocument.System.Collections.ICollection.SyncRoot property gets an object that can be used to synchronize access to the DsmlResponseDocument. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. 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.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






