Gets any other phone number of the target.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
OtherPhone 
As 
String
C#
public 
string 
OtherPhone { 
get; }
Visual C++
public:
property 
String^ 
OtherPhone {
	
String^ 
get ();
}
JavaScript
function get_
otherPhone();

See Also