Gets or sets the global configuration settings for an InstantMessaging Flow instance.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
InstantMessagingSettings 
As 

InstantMessagingFlowTemplate
C#
public 

InstantMessagingFlowTemplate 
InstantMessagingSettings { 
get; 
set; }
Visual C++
public:
property 

InstantMessagingFlowTemplate^ 
InstantMessagingSettings {
	

InstantMessagingFlowTemplate^ 
get ();
	
void 
set (

InstantMessagingFlowTemplate^ 
value);
}
JavaScript
function get_
instantMessagingSettings();
function set_
instantMessagingSettings(
value);

See Also