UWP

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Property - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved