UserDataTaskList.OtherAppWriteAccess 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 or sets a value indicating the write access level to this UserDataTaskList for other apps on the system.
public:
property UserDataTaskListOtherAppWriteAccess OtherAppWriteAccess { UserDataTaskListOtherAppWriteAccess get(); void set(UserDataTaskListOtherAppWriteAccess value); };
UserDataTaskListOtherAppWriteAccess OtherAppWriteAccess();
void OtherAppWriteAccess(UserDataTaskListOtherAppWriteAccess value);
public UserDataTaskListOtherAppWriteAccess OtherAppWriteAccess { get; set; }
var userDataTaskListOtherAppWriteAccess = userDataTaskList.otherAppWriteAccess;
userDataTaskList.otherAppWriteAccess = userDataTaskListOtherAppWriteAccess;
Public Property OtherAppWriteAccess As UserDataTaskListOtherAppWriteAccess
Property Value
A value indicating the write access level to this UserDataTaskList for other apps on the system.