ActivityDesignerAccessibleObject::Name Property

 

Gets or sets the name of the Activity associated with the accessible object's ActivityDesigner.

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

public:
property String^ Name {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

The name of the Activity or a null reference (Nothing in Visual Basic) if the property has not been set.

The Name property is a string used by clients to identify, find, or announce an activity for the user. To access the name of a child activity, you must first call GetChild with the index of the name of the child activity you are retrieving.

You cannot perform a set operation on Name.

.NET Framework
Available since 3.0
Return to top
Show: