Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator that can iterate through an LOBSystemInstance collection.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of LobSystemInstance)
'Usage
Dim instance As LobSystemInstanceCollection
Dim returnValue As IEnumerator(Of LobSystemInstance)
returnValue = instance.GetEnumerator()
public IEnumerator<LobSystemInstance> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<LobSystemInstance>
An IEnumerator that can be used to iterate through the collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also
Reference
LobSystemInstanceCollection Class
LobSystemInstanceCollection Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace