Permission.PolicyDescription プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のフォームに適用されたポリシーの説明を取得します。
public:
property System::String ^ PolicyDescription { System::String ^ get(); };
public string PolicyDescription { get; }
member this.PolicyDescription : string
Public ReadOnly Property PolicyDescription As String
プロパティ値
ポリシーが適用されなかった場合に、アクティブなフォームまたは既定値に適用されたポリシーの説明。
例
次の例では、PolicyDescription プロパティを使用して、現在のフォームに適用されたポリシーの説明を表示しています。
_XDocument3 thisDoc = (_XDocument3)thisXDocument;
thisXDocument.UI.Alert(thisDoc.Permission.PolicyDescription);
Dim thisDoc As _XDocument3 = DirectCast(thisXDocument, _XDocument3)
thisXDocument.UI.Alert(thisDoc.Permission.PolicyDescription)
注釈
InfoPath では、ユーザーとグループ、およびフォームでのそれらのアクセス許可の一覧を示す、管理アクセス許可のポリシーの使用がサポートされています。