PduHeaderInstanceId Property
|
Get instance ID if it exists.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic Nullable<ulong> InstanceId { get; }
Public ReadOnly Property InstanceId As Nullable(Of ULong)
Get
public:
property Nullable<unsigned long long> InstanceId {
Nullable<unsigned long long> get ();
}
member InstanceId : Nullable<uint64> with get
Property Value
Type:
NullableUInt64
See Also