ActivityDesignerAccessibleObject::Description Property

 

Gets a string that describes the visual appearance of the activity designer.

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 activity designer's visual appearance, or a null reference (Nothing in Visual Basic) if the object has no description.

This property is displayed on the designer surface for users with impairments. Not all activity designers have a description.

.NET Framework
Available since 3.0
Return to top
Show: