Represents the fixed description of a property that holds a binary value. A PropertyDescriptionBinary object contains immutable property metadata, which you cannot directly modify.


The following tables list the members exposed by IPropertyDescriptionBinary.

Public Properties

  Name Description
Public property MaximumLengthBinary Specifies the maximum length, in bytes, of a value for a property that returns a BINARY data type.
Public property PropertyDefaultBinary Specifies the default value for a property that returns a BINARY data type.
Public property PropertySelectionBinary Specifies a BinaryList object that contains the list of binary values that can be assigned to the property described by this PropertyDescriptionBinary object.
Top

See Also