Specifies the default value for a property that returns a BINARY data type.
Namespace:
FileNet.Api.Admin
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Property PropertyDefaultBinary As Byte() |
| C# |
|---|
byte[] PropertyDefaultBinary { get; set; } |
| Visual C++ |
|---|
property array<unsigned char>^ PropertyDefaultBinary { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |
| JavaScript |
|---|
function get_propertyDefaultBinary(); function set_propertyDefaultBinary(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BINARY
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ