DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomContext Class / ExtendedNegotiationValues Property



In This Topic
    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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also