InstantMessagingPrompts Class

A collection of Prompt objects.

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class InstantMessagingPrompts _
    Implements IEnumerable
[SerializableAttribute]
public sealed class InstantMessagingPrompts : IEnumerable
[SerializableAttribute]
public ref class InstantMessagingPrompts sealed : IEnumerable
Microsoft.Rtc.Workflow.Common.InstantMessagingPrompts = function();

Type.createClass(
    'Microsoft.Rtc.Workflow.Common.InstantMessagingPrompts',
    null,
    IEnumerable);

Inheritance Hierarchy

Object
  Microsoft.Rtc.Workflow.Common..::.InstantMessagingPrompts

See Also

InstantMessagingPrompts Members

Microsoft.Rtc.Workflow.Common Namespace