RallyRestApiAuthenticationState Property |
The state of authentication for this API instance.
Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public RallyRestApiAuthenticationResult AuthenticationState { get; }
Public ReadOnly Property AuthenticationState As RallyRestApiAuthenticationResult
Get
public:
property RallyRestApiAuthenticationResult AuthenticationState {
RallyRestApiAuthenticationResult get ();
}
member AuthenticationState : RallyRestApiAuthenticationResult with get
Property Value
Type:
RallyRestApiAuthenticationResultSee Also