XmlForm.ServerInfo Property
Gets a ServerInfo object that provides information about the SharePoint server where the form is located.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ServerInfo As ServerInfo
Get
'Usage
Dim instance As XmlForm
Dim value As ServerInfo
value = instance.ServerInfo
public abstract ServerInfo ServerInfo { get; }
Property Value
Type: Microsoft.Office.InfoPath.ServerInfo
An object that provides information about the SharePoint server where the form is located.
Remarks
If the form template has been published to a SharePoint Foundation server, the members of the ServerInfo class can be used to determine information about where the form is published, such as the URL of the document library where the form is located.
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
This type or member can be accessed from code running in forms opened in Microsoft InfoPath Filler or in a Web browser.