SPExternalApplicationSettings.ApplicationXMLMaximum-Eigenschaft
Ruft ab oder legt die maximale Länge in Zeichen, der die External Application XML für jeden anderen Webpart, der eine externe Anwendung hostet.
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; }
Eigenschaftswert
Typ: System.Int32
Die maximale Länge des XML.
Siehe auch
Referenz
SPExternalApplicationSettings Klasse