InstantMessagingFlowTemplate.SupportedFormats Property
Gets or sets the list of ContentTypes supported by the IM Flow.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property SupportedFormats As InstantMessagingFormat
Get
Set
'Usage
Dim instance As InstantMessagingFlowTemplate
Dim value As InstantMessagingFormat
value = instance.SupportedFormats
instance.SupportedFormats = value
public InstantMessagingFormat SupportedFormats { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.InstantMessagingFormat
See Also
Reference
InstantMessagingFlowTemplate Class