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

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

ToggleSyntax

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);

ToggleRemarks

ToggleSee Also