RealTimeAddress.Uri Property
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 sip URI of this target. This can be null if the tel URI was given that could not converted to sip URI due to missing default domain.
public:
property System::String ^ Uri { System::String ^ get(); };
public string Uri { get; }
member this.Uri : string
Public ReadOnly Property Uri As String