ProvidePropertyAttribute Constructor (String^, Type^)
.NET Framework (current version)
Initializes a new instance of the ProvidePropertyAttribute class with the name of the property and its Type.
Assembly: System (in System.dll)
Parameters
- propertyName
-
Type:
System::String^
The name of the property extending to an object of the specified type.
- receiverType
-
Type:
System::Type^
The Type of the data type of the object that can receive the property.
.NET Framework
Available since 1.1
Available since 1.1
Show: