Gets the RealTimeAddress of the contact.

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

Syntax

Visual Basic (Declaration)
Public 
Shared 
Widening 
Operator 
CType ( _
	
contact 
As 

Contact _
) 
As 

RealTimeAddress
C#
public 
static 
implicit operator 

RealTimeAddress (
	

Contact 
contact
)
Visual C++
static 
implicit operator 

RealTimeAddress^ (
	

Contact^ 
contact
)
JavaScript
JavaScript does not support the declaration
of new casting operators.

Parameters

contact
Type: Microsoft.Rtc.Collaboration.ContactsGroups . . :: . Contact
The contact to convert.

Return Value

The address of the contact.

Exceptions

Exception Condition
ArgumentNullException Thrown when contactis null.

See Also