ApiConsoleAuthManager Constructor |
Constructor
Namespace: Rally.RestApi.AuthAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public ApiConsoleAuthManager(
string webServiceVersion = "v2.0"
)
Public Sub New (
Optional webServiceVersion As String = "v2.0"
)
public:
ApiConsoleAuthManager(
String^ webServiceVersion = L"v2.0"
)
new :
?webServiceVersion : string
(* Defaults:
let _webServiceVersion = defaultArg webServiceVersion "v2.0"
*)
-> ApiConsoleAuthManager
Parameters
- webServiceVersion (Optional)
- Type: SystemString
The version of the WSAPI API to use.
See Also