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


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

Syntax

Visual Basic (Declaration)
ReadOnly Property PropertyDefaultBinary As Byte()
C#
byte[] PropertyDefaultBinary { get; }
C++
property byte[] PropertyDefaultBinary abstract  {
    array<char>^ get();
}
J#
/** property */
public byte[] get_PropertyDefaultBinary();
JScript
public function get PropertyDefaultBinary() : Byte[]

Remarks

See Also