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