Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
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); }