WorkflowViewAccessibleObject::Name Property

 

Gets or sets the accessible object name.

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^

A string that contains the WorkflowViewAccessibleObject name, or a null reference (Nothing in Visual Basic) if the property has not been set.

.NET Framework
Available since 3.0
Return to top
Show: