ServerInfoObject interface

Provides information about the SharePoint Foundation server where a form is located.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
<GuidAttribute("096CD77C-0786-11D1-95FA-0080C78EE3BB")> _
Public Interface ServerInfoObject _
    Inherits ServerInfo
'Usage
Dim instance As ServerInfoObject
[GuidAttribute("096CD77C-0786-11D1-95FA-0080C78EE3BB")]
public interface ServerInfoObject : ServerInfo

Remarks

This type is a wrapper for a coclass that is required by managed code for COM interoperability. Use this type to access the members of the COM interface implemented by this coclass. For information about the COM interface, including a link to descriptions of its members, seeServerInfo.

To access the ServerInfoObject object associated with the current form, use the ServerInfo property of the _XDocument4 class.

See also

Reference

ServerInfoObject members

Microsoft.Office.Interop.InfoPath namespace