Represents a property template for creating PropertyDefinitionBinary objects, which you can add to class definitions to create user-defined properties for holding binary values. A property template is a global template that enables you to create one or more property definitions for a given data type with the same set of property values.


The following tables list the members exposed by IPropertyTemplateBinary.

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