  | StatisticsObject Constructor (String, String, String) | 
  
    Namespace: 
   Dynamicweb.Frontend
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic StatisticsObject(
	string type,
	string element,
	string value
)
Public Sub New ( 
	type As String,
	element As String,
	value As String
)
Parameters
- type
 - Type: SystemString
 - element
 - Type: SystemString
 - value
 - Type: SystemString
 
See Also