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!

ICodeParameter.Value

The parameter value.

[Visual Basic]
Property Value As Object
[C#]
object Value {get; set;}
[C++]
Object* get_Value() = 0;void set_Value(Object*) = 0;
[JScript]
abstract function get Value() : Object;
public abstract function set Value(Object);

Property Value

The parameter value.

Remarks

The parameter value will be used as the default value of a parameter in method and property declaration, or just the value of the parameter in method invokes. The documentation for ICodeSourceFile has information regarding the valid values for this property.

See Also

ICodeParameter Interface | ICodeParameter Members | System.ComponentModel.Design.CodeModel Namespace | ICodeSourceFile