IEnumServerObjectConfigurationInfo Interface

Provides access to members that enumerate through ServerObjectConfigurationInfos.

Members

Name Description
Read-only property Count The number of ServerObjectConfigurationInfos in the enumeration.
Method Next Returns the next ServerObjectConfigurationInfo in the enumeration.
Method Reset Starts the enumeration at the beginning.

IEnumServerObjectConfigurationInfo.Count Property

The number of ServerObjectConfigurationInfos in the enumeration.

Public ReadOnly Property Count As Integer
public int Count {get;}

IEnumServerObjectConfigurationInfo.Next Method

Returns the next ServerObjectConfigurationInfo in the enumeration.

Public Function Next ( _
) As IServerObjectConfigurationInfo
public IServerObjectConfigurationInfo Next (
);

IEnumServerObjectConfigurationInfo.Reset Method

Starts the enumeration at the beginning.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumServerObjectConfigurationInfo

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.