Gets whether all of the items in this list are located in the same parent folder.
Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property AllInSameFolder As System.Boolean |
C# | |
---|
System.bool AllInSameFolder {get;} |
C++/CLI | |
---|
property System.bool AllInSameFolder {
System.bool get();
} |
Property Value
True if all items in this list are located in the same parent folder, false if not
See Also