AggregatorConfigResponsePayloadMaxLevel Property
|
Maximum level value that the nodes in the client's aggregation tree are allowed to have
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> MaxLevel { get; }
Public ReadOnly Property MaxLevel As Nullable(Of ULong)
Get
public:
property Nullable<unsigned long long> MaxLevel {
Nullable<unsigned long long> get ();
}
member MaxLevel : Nullable<uint64> with get
Property Value
Type:
NullableUInt64
See Also