ReportRowsJsonProcessingTime Property |
Gets or sets a value indicating how long the report took to process.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ProcessingTime { get; set; }
Public Property ProcessingTime As String
Get
Set
public:
property String^ ProcessingTime {
String^ get ();
void set (String^ value);
}
member ProcessingTime : string with get, set
Property Value
Type:
StringSee Also