Share via


JsonRpcResult.ResultDeclaredType Property

Definition

Gets or sets the declared type of the return value.

[System.Runtime.Serialization.IgnoreDataMember]
public Type? ResultDeclaredType { get; set; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.ResultDeclaredType : Type with get, set
Public Property ResultDeclaredType As Type

Property Value

Attributes

Remarks

This value is not serialized, but is used by the RPC server to assist in serialization where necessary.

Applies to