Sets the default value of this property.
[Visual Basic] Public Sub SetConstant( _ ByVal defaultValue As Object _ ) [C#] public void SetConstant( object defaultValue ); [C++] public: void SetConstant( Object* defaultValue ); [JScript] public function SetConstant( defaultValue : Object );
PropertyBuilder Class | PropertyBuilder Members | System.Reflection.Emit Namespace