'Declaration
Public Property AllowExtendedNegotiation As Boolean
'Usage
Dim instance As DicomServer Dim value As Boolean instance.AllowExtendedNegotiation = value value = instance.AllowExtendedNegotiation
public bool AllowExtendedNegotiation {get; set;}