OperationResultResults Property |
The objects manipulated. This will be populated for collection adds.
Namespace: Rally.RestApi.ResponseAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public List<DynamicJsonObject> Results { get; }
Public ReadOnly Property Results As List(Of DynamicJsonObject)
Get
public:
property List<DynamicJsonObject^>^ Results {
List<DynamicJsonObject^>^ get ();
}
member Results : List<DynamicJsonObject> with get
Property Value
Type:
ListDynamicJsonObjectSee Also