'DeclarationPublic Property MaxConcurrentConnections As Nullable(Of Long)
'UsageDim instance As DicomWebServer Dim value As Nullable(Of Long) instance.MaxConcurrentConnections = value value = instance.MaxConcurrentConnections
public Nullable<long> MaxConcurrentConnections {get; set;}
public: property Nullable<int64> MaxConcurrentConnections { Nullable<int64> get(); void set ( Nullable<int64> value); }