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