Discuss this help topic in SecureBlackbox Forum

TElDirInfoPropertiesList.SingleProperty

TElDirInfoPropertiesList     See also     


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


If this property doesn't have subproperties, returns its TElDirInfoProperty object.

Declaration

[C#]
    TElDirInfoProperty SingleProperty;

[VB.NET]
    Property SingleProperty As TElDirInfoProperty

[Pascal]
    property SingleProperty : TElDirInfoProperty;

[C++]
    TElDirInfoProperty* get_SingleProperty();

[PHP]
    TElDirInfoProperty get_SingleProperty()

[Java]
    TElDirInfoProperty getSingleProperty();

Description

    If this property doesn't have any subproperties, returns the corresponding TElDirInfoProperty object (the only item of the SubProperties list). If this property contains nested properties, returns NULL/nil/Nothing.

See also:     IsSingle     SubProperties    

Discuss this help topic in SecureBlackbox Forum