menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Measure - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Measure

    Represents the information needed for measure.

    Inheritance
    System.Object
    Measure
    Implements
    IMember
    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class Measure : Object, IMember

    Constructors

    Measure()

    Declaration
    public Measure()

    Properties

    UniqueName

    Gets or sets the unique name of the measure.

    Declaration
    public string UniqueName { get; set; }
    Property Value
    Type
    System.String

    Methods

    Validate()

    Validates this instance.

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    A value that indicates whether this instance is valid.

    Implements

    IMember

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved