Permission.PolicyDescription 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.
Returns the description of the permissions policy applied to the active document.
public:
property System::String ^ PolicyDescription { System::String ^ get(); };
public string PolicyDescription { get; }
member this.PolicyDescription : string
Public ReadOnly Property PolicyDescription As String
Property Value
Remarks
Microsoft Office Information Rights Management supports the use of administrative permission policies which list users and groups and their document permissions. The PolicyDescription property returns the description of the policy applied to the active document, or a default value if a policy was not used.