Gets or sets the default creator method used to create the object.
public System.Func<object> DefaultCreator {get; set;}
public read-write property DefaultCreator: System.Func;
public function get,set DefaultCreator : System.Func
public: __property System.Func<Object*>* get_DefaultCreator();
public: __property void set_DefaultCreator(
System.Func<Object*>* value
);
public:
property System.Func<Object^>^ DefaultCreator {
System.Func<Object^>^ get();
void set ( System.Func<Object^>^ value);
}
'Declaration
Public Property DefaultCreator As System.Func(Of Object)
'Usage
Dim instance As JsonContract
Dim value As System.Func(Of Object)
instance.DefaultCreator = value
value = instance.DefaultCreator
Property Value
The default creator method used to create the object.
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