New to Telerik UI for WinFormsStart a free 30-day trial

Represents a property that is used when using Discover and Execute methods.

Definition

Namespace:Telerik.WinControls.UI.DataProviders.Xmla

Assembly:Telerik.WinControls.PivotGrid.dll

Syntax:

C#
public class XmlaQueryProperty : IXmlaMethodProperty

Inheritance: objectXmlaQueryProperty

Implements: IXmlaMethodProperty

Constructors

C#
public XmlaQueryProperty()

Properties

Gets or sets the name of the property.

C#
public string Name { get; set; }
Property Value:

The name.

Gets or sets the value of the property.

C#
public string Value { get; set; }
Property Value:

The value.

Methods

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()