maxPayloadLength property
int?
get
maxPayloadLength
Gets the maximum payload length for this record instance.
Implementation
int? get maxPayloadLength {
return classMaxPayloadLength;
}
Gets the maximum payload length for this record instance.
int? get maxPayloadLength {
return classMaxPayloadLength;
}