 | JsonRpcParameterParameterType Property |
[This is preliminary documentation and is subject to change.]
The bare type of the parameter.
Namespace:
JsonRpc.Contracts
Assembly:
JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic Type ParameterType { get; set; }
Public Property ParameterType As Type
Get
Set
Dim instance As JsonRpcParameter
Dim value As Type
value = instance.ParameterType
instance.ParameterType = value
public:
property Type^ ParameterType {
Type^ get ();
void set (Type^ value);
}
member ParameterType : Type with get, set
Property Value
Type:
Type
See Also