IExtendedUIService.NavigateToProperty(String) Method

Definition

Navigates to the specified property in the property browser of the workflow designer host.

public:
 bool NavigateToProperty(System::String ^ propName);
public bool NavigateToProperty (string propName);
abstract member NavigateToProperty : string -> bool
Public Function NavigateToProperty (propName As String) As Boolean

Parameters

propName
String

The name of the property to navigate to.

Returns

true if the property was navigated to successfully; otherwise, false.

Applies to