Specifies the default value for a property that returns a BINARY data type.

Namespace:  FileNet.Api.Meta
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
ReadOnly Property PropertyDefaultBinary As Byte()
C#
byte[] PropertyDefaultBinary { get; }
Visual C++
property array<unsigned char>^ PropertyDefaultBinary {
	array<unsigned char>^ get ();
}
JavaScript
function get_propertyDefaultBinary();

ToggleRemarks

ToggleSee Also