ProcessDataInfoOtherTransferCount Property |
Win32_Process: Amount of data transferred during operations that are not read or write
operations.
Namespace:
Xcalibur.Models.Processes
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public long OtherTransferCount { get; set; }
<DataMemberAttribute>
Public Property OtherTransferCount As Long
Get
Set
public:
[DataMemberAttribute]
virtual property long long OtherTransferCount {
long long get () sealed;
void set (long long value) sealed;
}
[<DataMemberAttribute>]
abstract OtherTransferCount : int64 with get, set
[<DataMemberAttribute>]
override OtherTransferCount : int64 with get, set
Property Value
Type:
Int64
The other transfer count.
Implements
IProcessDataInfoOtherTransferCountSee Also