DicomObjects.NET.8.48 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 System.Byte()
    'Usage
     
    
    Dim instance As DicomUserIdentity
    Dim value() As System.Byte
     
    instance.ServerResponse = value
     
    value = instance.ServerResponse
    public System.byte[] ServerResponse {get; set;}
    public read-write property ServerResponse: System.array of Byte; 
    public function get,set ServerResponse : System.byte[]
    public: __property System.byte[]* get_ServerResponse();
    public: __property void set_ServerResponse( 
       System.byte[][]* value
    );
    public:
    property System.array<byte>^ ServerResponse {
       System.array<byte>^ get();
       void set (    System.array<byte>^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also