Show / Hide Table of Contents

    Enum CustomPropertyValueType

    The stored type of a custom property value

    Namespace: DesignData.SDS2.Model
    Assembly: DesignData.SDS2.Model.dll
    Syntax
    public enum CustomPropertyValueType

    Fields

    Name Description
    Bool

    This value is a boolean

    Date

    This value is a date

    Double

    This value is a double

    None

    This value doesn't exist in the schema

    String

    This value is a System.String

    Back to top