Skip Property

Summary

Gets or sets the skip method.

Syntax
C#
VB
C++
public SkipMethod Skip { get; set; } 
  
Public Property Skip As SkipMethod 
public: 
property SkipMethod Skip { 
   SkipMethod get(); 
   void set (    SkipMethod ); 
} 

Property Value

The skip method .

Remarks

If sending a DicomDataSet this value will be null.

Example

For an example refer to StoreScu.Store(DicomScp, string, string, bool).

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly