Permission.PolicyName 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 the name of the policy that was applied to the current form.
public:
property System::String ^ PolicyName { System::String ^ get(); };
public string PolicyName { get; }
member this.PolicyName : string
Public ReadOnly Property PolicyName As String
Property Value
The name of the policy or a default value if no policy was applied.
Examples
In the following example, the PolicyName property is used to display the description of the policy that was applied to the current form.
_XDocument3 thisDoc = (_XDocument3)thisXDocument;
thisXDocument.UI.Alert(thisDoc.Permission.PolicyName);
Dim thisDoc As _XDocument3 = DirectCast(thisXDocument, _XDocument3)
thisXDocument.UI.Alert(thisDoc.Permission.PolicyName)
Remarks
InfoPath supports the use of administrative permission policies which list users and groups and their form permissions.