DialRequestedEventArgs.Contact 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.
Returns the contact that was dialed.
public:
property Platform::Object ^ Contact { Platform::Object ^ get(); };
IInspectable Contact();
public object Contact { get; }
var object = dialRequestedEventArgs.contact;
Public ReadOnly Property Contact As Object
Property Value
The contact.