EstimatedMemoryUsageKBCategory.Processing Property

Definition

Gets or sets the processing.

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

Property Value

The processing.

Applies to