DsmlResponseDocument.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 DirectoryResponse object at the specified index.
public:
property System::DirectoryServices::Protocols::DirectoryResponse ^ default[int] { System::DirectoryServices::Protocols::DirectoryResponse ^ get(int index); };
public System.DirectoryServices.Protocols.DirectoryResponse this[int index] { get; }
member this.Item(int) : System.DirectoryServices.Protocols.DirectoryResponse
Default Public ReadOnly Property Item(index As Integer) As DirectoryResponse
Parameters
- index
- Int32
The zero-based index value at which the DirectoryResponse object is found.
Property Value
The DirectoryResponse object at the specified index.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.