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


IGxAGSConnection.EditServerProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxAGSConnection Interface > IGxAGSConnection.EditServerProperties Method
ArcGIS Developer Help

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