Discuss this help topic in SecureBlackbox Forum

TElOfficePackagePart.URI

TElOfficePackagePart     See also     


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


Specifies the URI of the package part.

Declaration

[C#]
    string URI;

[VB.NET]
    Property URI As String

[Pascal]
    property URI : string;

[C++]
    void get_URI(std::string &OutResult);

[PHP]
    string get_URI()

[Java]
    String getURI();

Description

    Use this read-only property to get the URI (Uniform Resource Identifier) of the package part.

See also:     ContentType    

Discuss this help topic in SecureBlackbox Forum