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


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

IGxAGSObject.EditServerObjectProperties Method

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

[Visual Basic .NET]
Public Sub EditServerObjectProperties ( _
    ByVal hParent As Integer _
)
[C#]
public void EditServerObjectProperties (
    int hParent
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxAGSObject Interface