DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomUserIdentity Class / ServerResponse Property



In This Topic
    ServerResponse Property
    In This Topic
    The response sent by the server
    Syntax
    'Declaration
     
    
    Public Property ServerResponse As Byte()
    'Usage
     
    
    Dim instance As DicomUserIdentity
    Dim value() As Byte
     
    instance.ServerResponse = value
     
    value = instance.ServerResponse
    public byte[] ServerResponse {get; set;}
    public:
    property array<byte>^ ServerResponse {
       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