Search Results for

    Show / Hide Table of Contents

    Class Occurrence

    Occurrence of a value

    Inheritance
    System.Object
    Occurrence
    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    public class Occurrence : object

    Properties

    Count

    Number of objects with this value

    Declaration
    public int Count { get; set; }
    Property Value
    Type Description
    System.Int32

    Value

    The value. This is either a string, number or boolean, depending on the attributes data type.

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object
    In This Article
    Back to top Version 5.1.0.10