Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the permission request XML of the app.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PermissionRequestXml As XElement
Get
Friend Set
'Usage
Dim instance As SPAppPermissionRequestContext
Dim value As XElement
value = instance.PermissionRequestXml
public XElement PermissionRequestXml { get; internal set; }
Property value
Type: System.Xml.Linq.XElement
See also
Reference
SPAppPermissionRequestContext class