menu

UWP

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

    Show / Hide Table of Contents

    Class MetaPropertyImpl

    Represents the meta property implementation

    Inheritance
    System.Object
    MetaPropertyImpl
    Implements
    IMetaProperty
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public class MetaPropertyImpl : Object, IMetaProperty

    Constructors

    MetaPropertyImpl()

    Declaration
    public MetaPropertyImpl()

    Properties

    Name

    Gets or sets the name of meta property

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

    Value

    Gets or sets the value of meta property

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

    Implements

    IMetaProperty

    Extension Methods

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