JsonRpcParameterAttribute Properties | 
[This is preliminary documentation and is subject to change.]
The JsonRpcParameterAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
| DefaultValue | 
            The default value for the optional parameter.
              | |
| IsOptional | 
            Whether the parameter is optional.
              | |
| ParameterName | 
            The name of the parameter. null to use the applied Parameter name.
              | |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute.  (Inherited from Attribute.) | |
| ValueConverterParameters | 
            The constructor parameters used to instantiate the specified ValueConverterType  | |
| ValueConverterType | 
            The Type of IJsonValueConverter that applies to this parameter.
              |