ItemIdListBase2IsInvalid Property |
Returns true if the currently stores ItemIdList is valid; false otherwise;
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public abstract bool IsInvalid { get; }
Public MustOverride ReadOnly Property IsInvalid As Boolean
Get
public:
virtual property bool IsInvalid {
bool get () abstract;
}
abstract IsInvalid : bool with get
Property Value
Type:
BooleanSee Also