ItemIdListBase2IsInvalid Property |
Returns true if the currently stores ItemIdList is valid; false otherwise;
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also