menu

UWP

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

    Show / Hide Table of Contents

    Class MetaPropertyType

    Specifies the metadata property type.

    Inheritance
    System.Object
    MetaPropertyType
    Namespace: Syncfusion.Office
    Assembly: Syncfusion.DocIO.UWP.dll
    Syntax
    public sealed class MetaPropertyType : Enum

    Fields

    Boolean

    Represents a Boolean value.

    Declaration
    public const MetaPropertyType Boolean
    Field Value
    Type
    MetaPropertyType

    Choice

    Represents a value from one or more choices.

    Declaration
    public const MetaPropertyType Choice
    Field Value
    Type
    MetaPropertyType

    Currency

    Represents a Currency value.

    Declaration
    public const MetaPropertyType Currency
    Field Value
    Type
    MetaPropertyType

    DateTime

    Represents a DateTime value.

    Declaration
    public const MetaPropertyType DateTime
    Field Value
    Type
    MetaPropertyType

    Lookup

    Represents a value used to lookup another value.

    Declaration
    public const MetaPropertyType Lookup
    Field Value
    Type
    MetaPropertyType

    Note

    Represents a value of one or more sentences.

    Declaration
    public const MetaPropertyType Note
    Field Value
    Type
    MetaPropertyType

    Number

    Represents a generic number data type.

    Declaration
    public const MetaPropertyType Number
    Field Value
    Type
    MetaPropertyType

    Text

    Represents a Text value.

    Declaration
    public const MetaPropertyType Text
    Field Value
    Type
    MetaPropertyType

    Unknown

    Represents an unknown value.

    Declaration
    public const MetaPropertyType Unknown
    Field Value
    Type
    MetaPropertyType

    Url

    Represents a URL.

    Declaration
    public const MetaPropertyType Url
    Field Value
    Type
    MetaPropertyType

    User

    Represents a category of user.

    Declaration
    public const MetaPropertyType User
    Field Value
    Type
    MetaPropertyType

    Extension Methods

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