Provides access to members that enumerate through ServerDirectoryInfos.
Members
Name | Description | |
---|---|---|
Count | The number of ServerDirectoryInfos in the enumeration. | |
Next | Returns the next ServerDirectoryInfo in the enumeration. | |
Reset | Starts the enumeration at the beginning. |
IEnumServerDirectoryInfo.Count Property
The number of ServerDirectoryInfos in the enumeration.
Public ReadOnly Property Count As Integer
public int Count {get;}
IEnumServerDirectoryInfo.Next Method
Returns the next ServerDirectoryInfo in the enumeration.
Public Function Next ( _
) As IServerDirectoryInfo
public IServerDirectoryInfo Next (
);
IEnumServerDirectoryInfo.Reset Method
Starts the enumeration at the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumServerDirectoryInfo
Classes | Description |
---|