Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Sub New( _ 
ByVal name As String, _ 
ByVal internal_name As String, _ 
ByVal category As String, _ 
ByVal val As Object, _ 
ByVal type As FileServerStatisticType, _ 
ByVal persisted As Boolean
)
This language is not supported or no code example is available.
public FileServerStatistic( 
string name
string internal_name
string category
object val
FileServerStatisticType type
bool persisted 
)
This language is not supported or no code example is available.
public:  
FileServerStatistic( 
String^ name
String^ internal_name
String^ category
object^ val
FileServerStatisticType type
bool persisted 
)
This language is not supported or no code example is available.
public function FileServerStatistic( 
name : String
internal_name : String
category : String
val : object
type : FileServerStatisticType
persisted : boolean 
);
This language is not supported or no code example is available.

Parameters

name
Type: string

internal_name
Type: string

category
Type: string

val
Type: object

type
Type: FileServerStatisticType

persisted
Type: bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1