UserDataTaskListSkipOccurrenceRequest.TaskId 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 task ID of the task to be skipped.
public:
property Platform::String ^ TaskId { Platform::String ^ get(); };
winrt::hstring TaskId();
public string TaskId { get; }
var string = userDataTaskListSkipOccurrenceRequest.taskId;
Public ReadOnly Property TaskId As String
Property Value
The task ID of the task to be skipped.