Gets or sets a value that indicates whether the block has been reserved.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property Reserved As Boolean
Get
Set
public bool Reserved { get; set; }
Property Value
Type:
Boolean
RemarksCan be used to reserve the block to prevent contention of the same resource.
See Also