ISubscriptionBaseUIUserControl.IsPrivilegedUser プロパティ

定義

ユーザーが拡張機能のすべての機能にアクセスできるかどうかを示します。

public:
 property bool IsPrivilegedUser {  void set(bool value); };
public bool IsPrivilegedUser { set; }
member this.IsPrivilegedUser : bool
Public Property IsPrivilegedUser As Boolean

プロパティ値

拡張機能のすべての機能にアクセスできるかどうかを示す Boolean です。 falseに設定すると、拡張はユーザーが拡張機能で定義された機能にアクセスできなくなります。 既定値は false です。

適用対象