Class Property
Represents the properties.
Inheritance
System.Object
Property
Namespace: Syncfusion.Olap.UWP.Data
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class Property : Object
Constructors
Property()
Initializes a new instance of the Property class.
Declaration
public Property()
Property(String, Object)
Initializes a new instance of the Property class.
Declaration
public Property(string name, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the property |
System.Object | value | The value. |
Properties
Name
Gets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the property |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value. |