WalkerControlSkip Property |
Skips the walking down the current path.
(Moves on to next sibling).
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool Skip { get; set; }
Public Property Skip As Boolean
Get
Set
public:
property bool Skip {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also