ConnectionGroupName property

String? ConnectionGroupName
Gets or sets the name of the connection group for the request.

Implementation

String? get ConnectionGroupName => this._connectionGroupName;
void ConnectionGroupName=(String? value)

Implementation

set ConnectionGroupName(String? value) {
  this._connectionGroupName = value;
}