SPExternalApplicationRequestProperties.ApplicationXml Property
Gets the External Application XML markup for the external application.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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