Discuss this help topic in SecureBlackbox Forum

TElWebDAVStorageObject.DisplayName

TElWebDAVStorageObject     See also     


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


Specifies display name of the object.

Declaration

[C#]
    string DisplayName;

[VB.NET]
    Property DisplayName As String

[Pascal]
    property DisplayName : string;

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

[PHP]
    string get_DisplayName()

[Java]
    String getDisplayName();

Description

    Use this property to get the display name of the object.

See also:     URL    

Discuss this help topic in SecureBlackbox Forum