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 or sets the External Application XML of the Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ApplicationXml As String
Get
Set
'Usage
Dim instance As ClientApplicationWebPartBase
Dim value As String
value = instance.ApplicationXml
instance.ApplicationXml = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string ApplicationXml { get; set; }
Property Value
Type: System.String
The External Application XML markup.
See Also
Reference
ClientApplicationWebPartBase Class