Discuss this help topic in SecureBlackbox Forum
Specifies the offset of the referenced data piece in the stream.
Declaration
[C#]
long URIStreamOffset;
[VB.NET]
Property URIStreamOffset As Long
[Pascal]
property URIStreamOffset : Int64;
[C++]
int64_t get_URIStreamOffset();
void set_URIStreamOffset(int64_t Value);
[PHP]
integer get_URIStreamOffset()
void set_URIStreamOffset(integer $Value)
[Java]
long getURIStreamOffset();
void setURIStreamOffset(long Value);
Description
This property specifies the offset of the data in
URIStream.
Discuss this help topic in SecureBlackbox Forum