InstantMessagingFlow.Call 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 the InstantMessagingCall associated with this flow. Can be null if the call type is not InstantMessagingCall.
public:
property Microsoft::Rtc::Collaboration::InstantMessagingCall ^ Call { Microsoft::Rtc::Collaboration::InstantMessagingCall ^ get(); };
public Microsoft.Rtc.Collaboration.InstantMessagingCall Call { get; }
member this.Call : Microsoft.Rtc.Collaboration.InstantMessagingCall
Public ReadOnly Property Call As InstantMessagingCall