Search Results for

    Show / Hide Table of Contents

    Interface IReferenceObject

    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public interface IReferenceObject

    Properties

    RefId

    Declaration
    [JsonProperty("_refId")]
    string RefId { get; set; }
    Property Value
    string

    RefRequestId

    Declaration
    [JsonProperty("_refRequestId")]
    string RefRequestId { get; set; }
    Property Value
    string

    Back to top Generated by DocFX