Discuss this help topic in SecureBlackbox Forum

TElVFSEntryInformation.OwnerName

TElVFSEntryInformation     


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


Specifies entry owner's name.

Declaration

[C#]
    string OwnerName;

[VB.NET]
    Property OwnerName As String

[Pascal]
    property OwnerName : string;

[C++]
    void get_OwnerName(std::string &OutResult);
    void set_OwnerName(const std::string &Value);

[PHP]
    string get_OwnerName()
    void set_OwnerName(string $Value)

[Java]
    String getOwnerName();
    void setOwnerName(String Value);

Description

    Use this property to specify the owner's name.

Discuss this help topic in SecureBlackbox Forum