IPropertyEditingService Interface

 

Enables properties of a specified object to be modified.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

public interface IPropertyEditingService

NameDescription
System_CAPS_pubmethodEditProperties(IServiceProvider, IPropertyEditingUser, Object, String, String)

Launches a user interface (UI) that enables you to change the properties of the specified object.

System_CAPS_pubmethodEditProperties(IServiceProvider, IPropertyEditingUser, Object, String, String, EventHandler)

Launches a user interface (UI) that enables you to change the properties of the specified object and specifies an event handler to show the Help for the topic.

Return to top
Show: