JsonRpcResult.ResultDeclaredType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.