SipMessageData.CallId 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 call id header value from the message. This property can return empty string if call id value is not available.
public:
property System::String ^ CallId { System::String ^ get(); };
public string CallId { get; }
member this.CallId : string
Public ReadOnly Property CallId As String