menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MemberProperty - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MemberProperty

    Represents the member property of various objects.

    Inheritance
    System.Object
    MemberProperty
    Namespace: Syncfusion.Olap.UWP.Reports
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class MemberProperty : Object

    Constructors

    MemberProperty()

    Initializes a new instance of the MemberProperty class.

    Declaration
    public MemberProperty()

    MemberProperty(String, String)

    Initializes a new instance of the MemberProperty class.

    Declaration
    public MemberProperty(string name, string uniqueName)
    Parameters
    Type Name Description
    System.String name

    The name of the member property.

    System.String uniqueName

    The unique name of the member property.

    Properties

    Name

    Gets the name of the member property.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name of the member property.

    UniqueName

    Gets the unique name of the member property.

    Declaration
    public string UniqueName { get; set; }
    Property Value
    Type Description
    System.String

    The unique name of the member property.

    Extension Methods

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