DsmlRequestDocument.Item[Int32] Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Item[Int32] property contains the DirectoryRequest object at the specified index.
public:
 property System::DirectoryServices::Protocols::DirectoryRequest ^ default[int] { System::DirectoryServices::Protocols::DirectoryRequest ^ get(int index); void set(int index, System::DirectoryServices::Protocols::DirectoryRequest ^ value); };
	public System.DirectoryServices.Protocols.DirectoryRequest this[int index] { get; set; }
	member this.Item(int) : System.DirectoryServices.Protocols.DirectoryRequest with get, set
	Default Public Property Item(index As Integer) As DirectoryRequest
	Parameters
- index
 - Int32
 
The zero-based index value at which the DirectoryRequest object is found.
Property Value
The DirectoryRequest object at the specified index.
Exceptions
index is set to a null reference (Nothing in Visual Basic).