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






    Priority Property
    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
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also