_XDocument4.ServerInfo Property
Gets a ServerInfoObject object that provides information about the SharePoint server where the form is located.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
ReadOnly Property ServerInfo As ServerInfoObject
Get
'Usage
Dim instance As _XDocument4
Dim value As ServerInfoObject
value = instance.ServerInfo
ServerInfoObject ServerInfo { get; }
Property Value
Type: Microsoft.Office.Interop.InfoPath.SemiTrust.ServerInfoObject
An object that provides information about the SharePoint server where the form is located.
Remarks
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.