Share via


Statistic(String, Object) Constructor

Definition

Initializes a new instance of Statistic from parameters specifying the instance's constituent parts.

public Statistic (string name, object value);
new Microsoft.PointOfService.Statistic : string * obj -> Microsoft.PointOfService.Statistic
Public Sub New (name As String, value As Object)

Parameters

name
String

Statistic name.

value
Object

Statistic value.

Applies to