SPExternalApplicationSettings.ApplicationXMLMaximum Property
Gets or sets the maximum length, in characters, of the External Application XML for any Web Part that hosts an external application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ApplicationXMLMaximum As Integer
Get
Set
'Usage
Dim instance As SPExternalApplicationSettings
Dim value As Integer
value = instance.ApplicationXMLMaximum
instance.ApplicationXMLMaximum = value
public int ApplicationXMLMaximum { get; set; }
Property Value
Type: System.Int32
The maximum length of the XML.
See Also
Reference
SPExternalApplicationSettings Class