Discuss this help topic in SecureBlackbox Forum

TElDirInfoPropertiesList.IsSingle

TElDirInfoPropertiesList     See also     


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


Returns true if this property doesn't have nested subproperties, and False otherwise.

Declaration

[C#]
    bool IsSingle;

[VB.NET]
    Property IsSingle As Boolean

[Pascal]
    property IsSingle : boolean;

[C++]
    bool get_IsSingle();

[PHP]
    bool get_IsSingle()

[Java]
    boolean getIsSingle();

Description

    Returns true if this property doesn't have nested subproperties, and False otherwise.

See also:     SingleProperty    

Discuss this help topic in SecureBlackbox Forum