Click or drag to resize

RESTConnector.Request.Forms Property

Namespace:  IBM.Watson.DeveloperCloud.Connection
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Dictionary<string, RESTConnector.Form> Forms { get; set; }

Property Value

Type: Dictionary<String, RESTConnector.Form>
See Also