_XDocument4.ServerInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.