Edit

Share via


_XDocument4.ServerInfo Property

Definition

Gets a ServerInfoObject object that provides information about the SharePoint server where the form is located.

public:
 property Microsoft::Office::Interop::InfoPath::SemiTrust::ServerInfoObject ^ ServerInfo { Microsoft::Office::Interop::InfoPath::SemiTrust::ServerInfoObject ^ get(); };
public Microsoft.Office.Interop.InfoPath.SemiTrust.ServerInfoObject ServerInfo { get; }
member this.ServerInfo : Microsoft.Office.Interop.InfoPath.SemiTrust.ServerInfoObject
Public ReadOnly Property ServerInfo As ServerInfoObject

Property Value

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.

Applies to