DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / CStoreRequestArgs Class / Priority Property






In This Topic
    Priority Property
    In This Topic
    The priority shall be set to one of the following values: LOW = 0002H MEDIUM = 0000H HIGH = 0001H
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Priority As System.UShort
    'Usage
     
    
    Dim instance As CStoreRequestArgs
    Dim value As System.UShort
     
    value = instance.Priority
    public System.ushort Priority {get;}
    public read-only property Priority: System.Word; 
    public function get Priority : System.ushort
    public: __property System.ushort get_Priority();
    public:
    property System.ushort Priority {
       System.ushort get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also