Show / Hide Table of Contents

    Class JobListResult

    Inheritance
    Object
    JobListResult
    Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
    Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
    Syntax
    public class JobListResult

    Constructors

    JobListResult()

    Declaration
    public JobListResult ();

    JobListResult(IList<String>)

    Declaration
    public JobListResult (System.Collections.Generic.IList<string> value = null);
    Parameters
    IList<String> value

    Properties

    Value

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Value")]
    public System.Collections.Generic.IList<string> Value { get; set; }
    Property Value
    IList<String>

    Back to top Azure SDK for Net