UserDataTaskListSyncManagerSyncRequestEventArgs.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 UserDataTaskListSyncManagerSyncRequest object associated with this request.
public:
property UserDataTaskListSyncManagerSyncRequest ^ Request { UserDataTaskListSyncManagerSyncRequest ^ get(); };
UserDataTaskListSyncManagerSyncRequest Request();
public UserDataTaskListSyncManagerSyncRequest Request { get; }
var userDataTaskListSyncManagerSyncRequest = userDataTaskListSyncManagerSyncRequestEventArgs.request;
Public ReadOnly Property Request As UserDataTaskListSyncManagerSyncRequest
Property Value
A UserDataTaskListSyncManagerSyncRequest object describing the request.