Search Results for

    Show / Hide Table of Contents

    Class IssueLabelsOption

    IssueLabelsOption a collection of labels

    Inheritance
    System.Object
    IssueLabelsOption
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.GiteaOrgManager.Client
    Assembly: Dangl.GiteaOrgManager.dll
    Syntax
    public class IssueLabelsOption

    Properties

    | Improve this Doc View Source

    Labels

    list of label IDs

    Declaration
    public ICollection<long> Labels { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.Int64>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH