Gets or sets the parametrized constructor used to create the object.
public System.Reflection.ConstructorInfo ParametrizedConstructor {get; set;}
public read-write property ParametrizedConstructor: System.Reflection.ConstructorInfo;
public function get,set ParametrizedConstructor : System.Reflection.ConstructorInfo
public: __property System.Reflection.ConstructorInfo* get_ParametrizedConstructor();
public: __property void set_ParametrizedConstructor(
System.Reflection.ConstructorInfo* value
);
public:
property System.Reflection.ConstructorInfo^ ParametrizedConstructor {
System.Reflection.ConstructorInfo^ get();
void set ( System.Reflection.ConstructorInfo^ value);
}
'Declaration
Public Property ParametrizedConstructor As System.Reflection.ConstructorInfo
'Usage
Dim instance As JsonObjectContract
Dim value As System.Reflection.ConstructorInfo
instance.ParametrizedConstructor = value
value = instance.ParametrizedConstructor
Property Value
The parametrized constructor.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2