WordMatchDeleted Property |
Gets or sets a value indicating whether this word match should be considered or not.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool Deleted { get; set; }
Public Property Deleted As Boolean
Get
Set
public:
property bool Deleted {
bool get ();
void set (bool value);
}
member Deleted : bool with get, set
Property Value
Type:
BooleanSee Also