Share via


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)

Usage

Dim permission1 As Permission

Dim returnValue As String
returnValue = permission1.RequestPermissionURL

Dim sampleValue As String
permission1.RequestPermissionURL = sampleValue

Syntax

Property RequestPermissionURL() As String
string RequestPermissionURL {get; set;}
property String^ RequestPermissionURL{
    String^ get();
    Void set(String^);
}
public System.String get_RequestPermissionURL();
public void set_RequestPermissionURL(System.String);
function get RequestPermissionURL() : String;
function set RequestPermissionURL(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:

  • A web address: http://companyserver/request_permissions.asp

  • A file: \\companyserver\share\requesting_permissions.txt

  • An email address: mailto:permissionsmgr@example.com?Subject=Request%20permissions

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Permission Interface
Microsoft.Office.Core Namespace

Other Resources

Permission Members