←Select platform

Priority Property

Summary

Gets or sets the request priority.

Syntax

C#
VB
C++
public Nullable<RequestPriority> Priority { get; set; } 
  
Public Property Priority As Nullable(Of RequestPriority) 
public: 
property Nullable<RequestPriority> Priority { 
   Nullable<RequestPriority> get(); 
   void set (    Nullable<RequestPriority> ); 
} 

Property Value

The request priority.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly