'DeclarationPublic Property MaxConcurrentAssociations As Integer
'UsageDim instance As DicomServer Dim value As Integer instance.MaxConcurrentAssociations = value value = instance.MaxConcurrentAssociations
public int MaxConcurrentAssociations {get; set;}