UserDataTaskListCreateOrUpdateTaskRequest.Task 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 UserDataTask of the task to be created or updated.
public:
property UserDataTask ^ Task { UserDataTask ^ get(); };
UserDataTask Task();
public UserDataTask Task { get; }
var userDataTask = userDataTaskListCreateOrUpdateTaskRequest.task;
Public ReadOnly Property Task As UserDataTask
Property Value
The UserDataTask of the task to be created or updated.