SetPanelLink Description Link a panel to the survey. Signature void SetPanelLink(string key, string projectId, string panelId) Parameters Name Data Type Description key string required The authentication key projectId string required ID of the survey project panelId string required The professional panel ID Response Data Type Description Example var authoringSoapClient = new AuthoringSoapClient(); authoringSoapClient.SetPanelLink(clientKey, "p999999999999", "p99999888888");