Gets the default domain for the endpoint URI.

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

Syntax

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

Remarks

The default domain represents the host part of the owner URI. It can be used to convert a tel URI or a phone number into a SIP URI.

See Also