SettingsProperty::PropertyType Property

 

Gets or sets the type for the SettingsProperty.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
property Type^ PropertyType {
	virtual Type^ get();
	virtual void set(Type^ value);
}

Property Value

Type: System::Type^

The type for the SettingsProperty.

.NET Framework
Available since 2.0
Return to top
Show: