Struct XmlProperty
Namespace: FastReport.Olap.Utils
Assembly: FastCube.Core.dll
Represents a xml property.
public struct XmlProperty
Properties
Key
Represents a property key.
public string Key { get; }
Property Value
Value
Represents a property value.
public string Value { get; }
Property Value
Methods
Create(string, string, Type)
Creates new property and assigns value
public static XmlProperty Create(string key, string value, Type dataType)
Parameters
key
string
Property key
value
string
Property value
dataType
Type