ConnectionInfoApiKey Property |
The API Key for this connection.
Namespace: Rally.RestApi.ConnectionAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public string ApiKey { get; set; }
Public Property ApiKey As String
Get
Set
public:
property String^ ApiKey {
String^ get ();
void set (String^ value);
}
member ApiKey : string with get, set
Property Value
Type:
StringSee Also