Returns the value held by the Content Engine property represented by this PropertyBinary
object.
Namespace:
FileNet.Api.Property
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Function GetBinaryValue() As Byte() |
C# |
---|
byte[] GetBinaryValue() |
C++ |
---|
array<char>^ GetBinaryValue() abstract |
J# |
---|
byte[] GetBinaryValue() |
JScript |
---|
function GetBinaryValue() : Byte[] |
Return Value
A byte
array specifying the property value.
Exceptions
Exception Type | Condition |
---|
API_INVALID_PROPERTY_TYPE | Thrown if this method is called by a Property object type other than PropertyBinary . |
See Also