Return the StreamProperties object for the given hash value

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public StreamProperties GetStreamPropertiesByHash(
	byte[] aHashBytes
)
Public Function GetStreamPropertiesByHash ( _
	aHashBytes As Byte() _
) As StreamProperties
public:
StreamProperties^ GetStreamPropertiesByHash(
	array<unsigned char>^ aHashBytes
)

Parameters

aHashBytes
array<Byte>[]()[][]

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionNo StreamProperties with this hash value, or general problem occurred

See Also