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