GetEnumerator Method

Returns an enumerator that iterates through a prompts collection.

Namespace:  Microsoft.Rtc.Workflow.Common
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator
public IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator() sealed
function getEnumerator();

Return Value

Implements

IEnumerableGetEnumerator()()()

See Also

InstantMessagingPrompts Class

Microsoft.Rtc.Workflow.Common Namespace