Permission.RequestPermissionURL Property

Returns or sets the file or web site URL to visit or the email address to contact for users who need additional permissions on the active document.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property RequestPermissionURL As String
    Get
    Set
'Usage
Dim instance As Permission
Dim value As String

value = instance.RequestPermissionURL

instance.RequestPermissionURL = value
string RequestPermissionURL { get; set; }

Property Value

Type: System.String

Remarks

The RequestPermissionURL setting corresponds to the Users can request additional permissions from option in the permissions user interface. Use the RequestPermissionURL property to specify a file, a web site, or an email contact from which users can request, or learn how to request, additional permissions on the active document, for example:

See Also

Reference

Permission Interface

Permission Members

Microsoft.Office.Core Namespace