Gets the home 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 
HomePhone 
As 
String
C#
public 
string 
HomePhone { 
get; }
Visual C++
public:
property 
String^ 
HomePhone {
	
String^ 
get ();
}
JavaScript
function get_
homePhone();

See Also