UserDataTaskList.LimitedWriteOperations 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 an object that provides operations that an app can perform on a task list that it has not created.
public:
property UserDataTaskListLimitedWriteOperations ^ LimitedWriteOperations { UserDataTaskListLimitedWriteOperations ^ get(); };
UserDataTaskListLimitedWriteOperations LimitedWriteOperations();
public UserDataTaskListLimitedWriteOperations LimitedWriteOperations { get; }
var userDataTaskListLimitedWriteOperations = userDataTaskList.limitedWriteOperations;
Public ReadOnly Property LimitedWriteOperations As UserDataTaskListLimitedWriteOperations
Property Value
An object that provides operations that an app can perform on a task list that it has not created.