Search Results for

    Show / Hide Table of Contents

    Class OutputFormatShareOutputAccessBehaviors

    Behavior when sharing for OutputFormat

    Inheritance
    System.Object
    OutputFormatShareOutputAccessBehaviors
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class OutputFormatShareOutputAccessBehaviors

    Properties

    Full

    Behavior when sharing with Full.

    Declaration
    public OutputAccessBehavior Full { get; set; }
    Property Value
    OutputAccessBehavior

    Preview

    Behavior when sharing with Preview.

    Declaration
    public OutputAccessBehavior Preview { get; set; }
    Property Value
    OutputAccessBehavior

    Methods

    FromJson(String)

    Declaration
    public static OutputFormatShareOutputAccessBehaviors FromJson(string data)
    Parameters
    System.String data

    Returns
    OutputFormatShareOutputAccessBehaviors

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX