ConnectionGroupName property
String?
get
ConnectionGroupName
Implementation
String? get ConnectionGroupName => this._connectionGroupName;
set
ConnectionGroupName
(String? value)
Implementation
set ConnectionGroupName(String? value) {
this._connectionGroupName = value;
}