WorkflowViewAccessibleObject::Help Property

 

Gets a description of what the accessible object does or how the accessible object is used.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property String^ Help {
	virtual String^ get() override;
}

Property Value

Type: System::String^

A string that contains the description of what the WorkflowViewAccessibleObject does or how it is used or a null reference (Nothing in Visual Basic) if no help is defined.

.NET Framework
Available since 3.0
Return to top
Show: