ConnectionInfoSecurityToken Property |
The security token 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 SecurityToken { get; set; }
Public Property SecurityToken As String
Get
Set
public:
property String^ SecurityToken {
String^ get ();
void set (String^ value);
}
member SecurityToken : string with get, set
Property Value
Type:
StringSee Also