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