InstallerTypeAttribute::InstallerType Property

 

Gets the type of installer associated with this attribute.

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

public:
property Type^ InstallerType {
	virtual Type^ get();
}

Property Value

Type: System::Type^

A Type that represents the type of installer associated with this attribute, or null if an installer does not exist.

.NET Framework
Available since 1.1
Return to top
Show: