共用方式為


UserDataAccount.OtherAppReadAccess 屬性

定義

取得或設定值,指出裝置上的其他應用程式是否具有 UserDataAccount的讀取權限。

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

void OtherAppReadAccess(UserDataAccountOtherAppReadAccess value);
public UserDataAccountOtherAppReadAccess OtherAppReadAccess { get; set; }
var userDataAccountOtherAppReadAccess = userDataAccount.otherAppReadAccess;
userDataAccount.otherAppReadAccess = userDataAccountOtherAppReadAccess;
Public Property OtherAppReadAccess As UserDataAccountOtherAppReadAccess

屬性值

值,指出裝置上的其他應用程式是否具有 UserDataAccount的讀取權限。

適用於