ArcObjects Library Reference (Catalog)  

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