WorkflowViewAccessibleObject::Description Property

 

Gets a string that describes the visual appearance of the specified accessible object. Not all accessible objects have a description.

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

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

Property Value

Type: System::String^

A description of the WorkflowViewAccessibleObject visual appearance to the user, or a null reference (Nothing in Visual Basic) if the object does not have a description.

.NET Framework
Available since 3.0
Return to top
Show: