CollaborationPlatform.InstantMessagingSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the global configuration settings for an InstantMessaging Flow instance.
public:
property Microsoft::Rtc::Collaboration::InstantMessagingFlowTemplate ^ InstantMessagingSettings { Microsoft::Rtc::Collaboration::InstantMessagingFlowTemplate ^ get(); void set(Microsoft::Rtc::Collaboration::InstantMessagingFlowTemplate ^ value); };
public Microsoft.Rtc.Collaboration.InstantMessagingFlowTemplate InstantMessagingSettings { get; set; }
member this.InstantMessagingSettings : Microsoft.Rtc.Collaboration.InstantMessagingFlowTemplate with get, set
Public Property InstantMessagingSettings As InstantMessagingFlowTemplate