Locates a PropertyBinary property by name in this Properties
collection and returns the value it holds.
Namespace:
FileNet.Api.Property
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Function GetBinaryValue ( _
propertyName As String _
) As Byte() |
C# |
---|
byte[] GetBinaryValue(
string propertyName
) |
Visual C++ |
---|
array<unsigned char>^ GetBinaryValue(
String^ propertyName
) |
JavaScript |
---|
function getBinaryValue(propertyName); |
Parameters
- propertyName
- Type: System..::.String
A String specifying a property name.
Return Value
A
byte array specifying the value of the property.