Search Results for

    Show / Hide Table of Contents

    Class LanguageReference

    Inheritance
    System.Object
    LanguageReference
    Namespace: Crowdin.Api.Tasks
    Assembly: Crowdin.Api.dll
    Syntax
    public class LanguageReference : object

    Properties

    | Improve this Doc View Source

    LanguageId

    Declaration
    public string LanguageId { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TeamIds

    Declaration
    public int[] TeamIds { get; set; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    UserIds

    Declaration
    public int[] UserIds { get; set; }
    Property Value
    Type Description
    System.Int32[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX