RequestProjectScopeUp Property |
Default is the user's default from Rally. In addition to the specified project, include projects above the specified one.
Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public Nullable<bool> ProjectScopeUp { get; set; }
Public Property ProjectScopeUp As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> ProjectScopeUp {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member ProjectScopeUp : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also