Discuss this help topic in SecureBlackbox Forum

TElXMLReference.URIStreamCount

TElXMLReference     See also     


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


Specifies the size of the referenced data piece.

Declaration

[C#]
    long URIStreamCount;

[VB.NET]
    Property URIStreamCount As Long

[Pascal]
    property URIStreamCount : Int64;

[C++]
    int64_t get_URIStreamCount();
    void set_URIStreamCount(int64_t Value);

[PHP]
    integer get_URIStreamCount()
    void set_URIStreamCount(integer $Value)

[Java]
    long getURIStreamCount();
    void setURIStreamCount(long Value);

Description

    This property specifies the number of bytes that should be read from URIStream.

See also:     URIStream     URIStreamOffset    

Discuss this help topic in SecureBlackbox Forum