Tag.IsFieldIdValid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the FieldIdDelta property is valid.
public bool IsFieldIdValid { get; }
member this.IsFieldIdValid : bool
Public ReadOnly Property IsFieldIdValid As Boolean
Property Value
true
if the FieldIdDelta represents a complete id, false
if more data is required.
Remarks
If all bits are set in the field id portion of the tag, this field id is not valid and this tag must be followed by a field id. Therefore, field ids 0-6 can be represented without additional bytes.