RawTagIsReadAsTlv16 Property
|
Indicates that TLV element was created using tlv16 encoding
Namespace:
Guardtime.KSI.Parser
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic Nullable<bool> IsReadAsTlv16 { get; }
Public ReadOnly Property IsReadAsTlv16 As Nullable(Of Boolean)
Get
public:
property Nullable<bool> IsReadAsTlv16 {
Nullable<bool> get ();
}
member IsReadAsTlv16 : Nullable<bool> with get
Property Value
Type:
NullableBoolean
See Also