←Select platform

Flags Property

Summary

Get or set options for DICOM communication.

Syntax

C#
VB
C++
public DicomNetFlags Flags { get; set; } 
Public Property Flags() As DicomNetFlags 
   Get 
   Set 
public:  
   property DicomNetFlags^ Flags 
   { 
      DicomNetFlags^ get() 
      void set(DicomNetFlags^ value) 
   } 

Property Value

Options for DICOM communication.

Remarks

Use the Flags property to set options for DICOM communication. For details, see DicomNetFlags.

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 Assembly