Share via


ModelMetadata.TotalTimeDataRetrieval Property

Definition

Gets the total time to retrieve the data.

public:
 property Nullable<long> TotalTimeDataRetrieval { Nullable<long> get(); void set(Nullable<long> value); };
public long? TotalTimeDataRetrieval { get; set; }
member this.TotalTimeDataRetrieval : Nullable<int64> with get, set
Public Property TotalTimeDataRetrieval As Nullable(Of Long)

Property Value

The total time to retrieve the data.

Applies to