MessageObjectProperty.Named

MessageObjectProperty.Named property

Gets a value indicating whether this MessageObjectProperty is a named property.

public bool Named { get; }

Property Value

true if named; otherwise, false.

Remarks

A named property is determined by its ID, the range for such ids is [0x8000,0xfffe].

See Also