DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomServer Class / DefaultStatus Property



In This Topic
    DefaultStatus Property
    In This Topic
    The default status code to be returned in response to incoming requests
    Syntax
    'Declaration
     
    
    Public Property DefaultStatus As Integer
    'Usage
     
    
    Dim instance As DicomServer
    Dim value As Integer
     
    instance.DefaultStatus = value
     
    value = instance.DefaultStatus
    public int DefaultStatus {get; set;}
    public:
    property int DefaultStatus {
       int get();
       void set (    int 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