←Select platform

NumberOfScreens Property

Summary

Gets or sets the Hanging Protocol Number of Screens (Optional).

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.NumberOfScreens)] 
public Nullable<int> NumberOfScreens { get; set; } 
<ElementAttribute(7471360),  
 DataMemberAttribute()>  
Public Property NumberOfScreens() As System.Nullable(Of Integer) 
   Get 
   Set 
public:  
   [ElementAttribute(7471360),  
   DataMemberAttribute] 
   property System::Nullable<int> NumberOfScreens 
   { 
      System::Nullable<int> get() 
      void set(System::Nullable<int> value) 
   } 

Property Value

The Hanging Protocol Number of Screens.

Remarks

This is part of the Hanging Protocol Environment module, and indicates the number of screens defined for this hanging protocol.

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.Common Assembly