Represents the definition of a property that holds a binary value. A PropertyDefinitionBinary object is created from a PropertyTemplateBinary object and contains mutable property metadata that you can customize. When a PropertyDefinitionBinary object is added to a class definition's PropertyDefinitions collection, a user-defined property is created in that class.


The following tables list the members exposed by IPropertyDefinitionBinary.

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.
Top

See Also