Interface IReferenceObject
Namespace: System.Dynamic.ExpandoObject
Syntax
public interface IReferenceObject
Properties
Declaration
[JsonProperty("_refId")]
string RefId { get; set; }
Property Value
Declaration
[JsonProperty("_refRequestId")]
string RefRequestId { get; set; }
Property Value