ConnectorAccessibleObject::Name Property

 

Gets or sets the 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^

String value representing the name of the accessible object

.NET Framework
Available since 3.0
Return to top
Show: