The ref for the project that you want the results from
Examples
/project/12345
Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public string Project { get; set; }
Public Property Project As String
Get
Set
public:
property String^ Project {
String^ get ();
void set (String^ value);
}
member Project : string with get, set
Property Value
Type:
StringSee Also