Click or drag to resize

PFActivityLogViewModelHits Property

Gets or sets the number of hits.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
[DataMemberAttribute]
public long Hits { get; set; }

Property Value

Type: Int64
The hits.
See Also