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