'DeclarationPublic Property AllowExtendedNegotiation As Boolean
'UsageDim instance As DicomServer Dim value As Boolean instance.AllowExtendedNegotiation = value value = instance.AllowExtendedNegotiation
public bool AllowExtendedNegotiation {get; set;}