Share via


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

See also

Reference

_XDocument4 interface

_XDocument4 members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace