Statistic Constructor
2/27/2008
Initializes a new instance of Statistic from parameters specifying the instance's constituent parts.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As Object _
)
public Statistic (
string name,
Object value
)
public:
Statistic (
String^ name,
Object^ value
)
public Statistic (
String name,
Object value
)
public function Statistic (
name : String,
value : Object
)
Parameters
- name
Statistic name.
- value
Statistic value.
See Also
Reference
Statistic Class
Statistic Members
Microsoft.PointOfService Namespace