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

