Click or drag to resize

JsonRpcParameterAttributeDefaultValue Property

[This is preliminary documentation and is subject to change.]

The default value for the optional parameter.

Namespace:  JsonRpc.Contracts
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public Object DefaultValue { get; set; }

Property Value

Type: Object
Remarks
This value is in effect only if IsOptional is true. Setting this value will automatically set IsOptional to true. If you are setting both IsOptional and this property, the resulting behavior is undefined.
See Also