Leadtools.Dicom.AddIn Namespace > PresentationContext Class : ExtendedNegotiation Property |
public byte[] ExtendedNegotiation {get; set;}
'Declaration Public Property ExtendedNegotiation As Byte()
'Usage Dim instance As PresentationContext Dim value() As Byte instance.ExtendedNegotiation = value value = instance.ExtendedNegotiation
public: property array<byte>^ ExtendedNegotiation { array<byte>^ get(); void set ( array<byte>^ value); }