WorkflowViewAccessibleObject::Name Property
.NET Framework (current version)
Gets or sets the accessible object name.
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
Available since 3.0
Show: