UserDataTaskList.OtherAppReadAccess Property

Definition

Gets or sets a value indicating the read access level to this UserDataTaskList for other apps on the system.

public:
 property UserDataTaskListOtherAppReadAccess OtherAppReadAccess { UserDataTaskListOtherAppReadAccess get(); void set(UserDataTaskListOtherAppReadAccess value); };
UserDataTaskListOtherAppReadAccess OtherAppReadAccess();

void OtherAppReadAccess(UserDataTaskListOtherAppReadAccess value);
public UserDataTaskListOtherAppReadAccess OtherAppReadAccess { get; set; }
var userDataTaskListOtherAppReadAccess = userDataTaskList.otherAppReadAccess;
userDataTaskList.otherAppReadAccess = userDataTaskListOtherAppReadAccess;
Public Property OtherAppReadAccess As UserDataTaskListOtherAppReadAccess

Property Value

A value indicating the read access level to this UserDataTaskList for other apps on the system.

Applies to