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 iterates through the collection.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public IEnumerator<string> GetEnumerator()
public:
virtual IEnumerator<String^>^ GetEnumerator() sealed
Public Function GetEnumerator As IEnumerator(Of String)
Return Value
Type: System.Collections.Generic.IEnumerator<String>
An IEnumerator<T> that can be used to iterate through the collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also
DdmArrayProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top