Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / PropertyType Enumeration

In This Topic
    PropertyType Enumeration
    In This Topic
    Specifies data type of a document property.
    Syntax
    'Declaration
     
    Public Enum PropertyType 
       Inherits System.Enum
    public enum PropertyType : System.Enum 
    Members
    MemberDescription
    Boolean The property is a boolean value.
    ByteArray The property is an array of bytes.
    DateTime The property is a date time value.
    Double The property is a floating number.
    Number The property is an integer number.
    ObjectArray The property is an array of objects.
    String The property is a string value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.PropertyType

    See Also