Contact.Implicit(Contact to RealTimeAddress) Operator
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 RealTimeAddress of the contact.
public:
static operator Microsoft::Rtc::Signaling::RealTimeAddress ^(Microsoft::Rtc::Collaboration::ContactsGroups::Contact ^ contact);
public static implicit operator Microsoft.Rtc.Signaling.RealTimeAddress (Microsoft.Rtc.Collaboration.ContactsGroups.Contact contact);
static member op_Implicit : Microsoft.Rtc.Collaboration.ContactsGroups.Contact -> Microsoft.Rtc.Signaling.RealTimeAddress
Parameters
- contact
- Contact
The contact to convert.
Returns
The address of the contact.
Exceptions
Thrown when contact
is null.