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)
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