ExtendedNegotiationValues Property
In This Topic
Used to negotiate extended information about a SOP class
Syntax
'Declaration
Public Property ExtendedNegotiationValues As System.Byte()
'Usage
Dim instance As DicomContext
Dim value() As System.Byte
instance.ExtendedNegotiationValues = value
value = instance.ExtendedNegotiationValues
public System.byte[] ExtendedNegotiationValues {get; set;}
public read-write property ExtendedNegotiationValues: System.array of Byte;
public function get,set ExtendedNegotiationValues : System.byte[]
public: __property System.byte[]* get_ExtendedNegotiationValues();
public: __property void set_ExtendedNegotiationValues(
System.byte[][]* value
);
public:
property System.array<byte>^ ExtendedNegotiationValues {
System.array<byte>^ get();
void set ( System.array<byte>^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also