RealTimeAddress.PhoneUri 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 tel URI of this target. This is null if the target is not phone.
public:
property System::String ^ PhoneUri { System::String ^ get(); };
public string PhoneUri { get; }
member this.PhoneUri : string
Public ReadOnly Property PhoneUri As String