DomainUpDown::DomainItemAccessibleObject::Name Property

 
Use BaseTrue

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the object name.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

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

Property Value

Type: System::String^

The object name, or null if the property has not been set.

.NET Framework
Available since 1.1
Return to top
Show: