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

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

Definition

Namespace:Telerik.Pivot.Xmla

Assembly:Telerik.Pivot.DataProviders.Xmla.dll

Syntax:

C#
public class XmlaQueryProperty

Inheritance: objectXmlaQueryProperty

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()