ContactListDeleteContactRequestEventArgs.Request 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 ContactListDeleteTaskRequest object associated with this request.
public:
property ContactListDeleteContactRequest ^ Request { ContactListDeleteContactRequest ^ get(); };
ContactListDeleteContactRequest Request();
public ContactListDeleteContactRequest Request { get; }
var contactListDeleteContactRequest = contactListDeleteContactRequestEventArgs.request;
Public ReadOnly Property Request As ContactListDeleteContactRequest
Property Value
A ContactListDeleteTaskRequest object describing the request.
Windows requirements
App capabilities |
contactsSystem
|