SignatureHeader.RawValue 属性
定义
获取标头字节的原始值。Gets the raw value of the header byte.
public:
property System::Byte RawValue { System::Byte get(); };
public byte RawValue { get; }
member this.RawValue : byte
Public ReadOnly Property RawValue As Byte
属性值
- Byte
标头字节的原始值。The raw value of the header byte.
适用于