NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyBuilder.SetConstant

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
);

Parameters

defaultValue
The default value of this property.

See Also

PropertyBuilder Class | PropertyBuilder Members | System.Reflection.Emit Namespace