public BindOpMobileResponse.Builder SetNetworkControl(micromsg.NetworkControl.Builder builderForValue)
 {
     ThrowHelper.ThrowIfNull(builderForValue, "builderForValue");
     this.PrepareBuilder();
     this.result.hasNetworkControl = true;
     this.result.networkControl_   = builderForValue.Build();
     return(this);
 }