QueryResultResults Property |
The results of the query
Namespace: Rally.RestApi.ResponseAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public IEnumerable<Object> Results { get; }
Public ReadOnly Property Results As IEnumerable(Of Object)
Get
public:
property IEnumerable<Object^>^ Results {
IEnumerable<Object^>^ get ();
}
member Results : IEnumerable<Object> with get
Property Value
Type:
IEnumerableObjectSee Also