RallyRestApiWsapiVersion Property |
The WSAPI version we are talking to.
Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public virtual string WsapiVersion { get; set; }
Public Overridable Property WsapiVersion As String
Get
Set
public:
virtual property String^ WsapiVersion {
String^ get ();
void set (String^ value);
}
abstract WsapiVersion : string with get, set
override WsapiVersion : string with get, set
Property Value
Type:
StringSee Also