This document is archived and information here might be outdated.  Recommended version.


IGxAGSConnection.EditServerProperties Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Catalog)  

IGxAGSConnection.EditServerProperties Method

Presents a modal dialog to allow editing the default properties of the server.

[Visual Basic .NET]
Public Sub EditServerProperties ( _
    ByVal hParent As Integer, _
    ByVal activePage As Short _
)
[C#]
public void EditServerProperties (
    int hParent,
    short activePage
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxAGSConnection Interface