UserDataTaskList.OtherAppWriteAccess Property

Definition

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.

Applies to