次の方法で共有


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 への読み取りアクセス権を持っているかどうかを示す値。

適用対象