Class
XmlaQueryProperty

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:

cs-api-definition
public class XmlaQueryProperty : IXmlaMethodProperty

Inheritance: objectXmlaQueryProperty

Implements: IXmlaMethodProperty

Constructors

XmlaQueryProperty()

Declaration

cs-api-definition
public XmlaQueryProperty()

Properties

Name

Gets or sets the name of the property.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string

The name.

Value

Gets or sets the value of the property.

Declaration

cs-api-definition
public string Value { get; set; }

Property Value

string

The value.

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()