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