WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IMember

    Show / Hide Table of Contents

    Interface IMember

    Represents the interface for members.

    Namespace: Syncfusion.Olap.MDXQueryParser
    Assembly: Syncfusion.Olap.Base.dll
    Syntax
    public interface IMember

    Properties

    UniqueName

    Gets or sets the unique name of the member.

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

    Methods

    Validate()

    Validates this instance.

    Declaration
    bool Validate()
    Returns
    Type Description
    System.Boolean

    A value that indicates whether this instance is valid.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved