JobQueryResult.Result Property
Gets or sets the Result of a Job query that is not an aggregation
Namespace: Microsoft.Azure.Devices
Assembly: Microsoft.Azure.Devices (in Microsoft.Azure.Devices.dll)
Syntax
public IEnumerable<JobResponse> Result { get; set; }
public:
property IEnumerable<JobResponse^>^ Result {
IEnumerable<JobResponse^>^ get();
void set(IEnumerable<JobResponse^>^ value);
}
Property Value
Type: System.Collections.Generic.IEnumerable<JobResponse>
See Also
JobQueryResult Class
Microsoft.Azure.Devices Namespace
Return to top