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 External Application XML markup for the external application.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ApplicationXml As String
Get
'Usage
Dim instance As SPExternalApplicationRequestProperties
Dim value As String
value = instance.ApplicationXml
public string ApplicationXml { get; }
Property value
Type: System.String
The XML markup that tells SharePoint Foundation about the external application.
Remarks
For more information about this kind of markup, see External Application XML.
See also
Reference
SPExternalApplicationRequestProperties class