menu

UWP

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

    Show / Hide Table of Contents

    Class NamedSet

    Represents the information needed for named set.

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

    Constructors

    NamedSet()

    Declaration
    public NamedSet()

    Properties

    UniqueName

    Gets or sets the unique name of the named set.

    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