ConnectionInfoAuthType Property |
The authorization type for this connection.
Namespace: Rally.RestApi.ConnectionAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public virtual AuthorizationType AuthType { get; set; }
Public Overridable Property AuthType As AuthorizationType
Get
Set
public:
virtual property AuthorizationType AuthType {
AuthorizationType get ();
void set (AuthorizationType value);
}
abstract AuthType : AuthorizationType with get, set
override AuthType : AuthorizationType with get, set
Property Value
Type:
AuthorizationTypeSee Also