Discuss this help topic in SecureBlackbox Forum

TElXMLReference.URIStreamOffset

TElXMLReference     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     URIStream     URIStreamCount    

Discuss this help topic in SecureBlackbox Forum