menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IKeyword - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IKeyword

    Represents the interface for keywords.

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

    Properties

    Name

    Gets or sets the name of the keyword.

    Declaration
    string Name { get; set; }
    Property Value
    Type
    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 - 2025 Syncfusion Inc. All Rights Reserved