DomainUpDown::DomainItemAccessibleObject::Value Property

 

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

Gets the value of an accessible object.

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

public:
property String^ Value {
	[SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)]
	virtual String^ get() override;
}

Property Value

Type: System::String^

The Name property of the DomainUpDown::DomainItemAccessibleObject.

.NET Framework
Available since 1.1
Return to top
Show: