UserDataTaskList.OtherAppReadAccess 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 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.