IgnoreAttribute Class

Summary
Use to mark a property as ignored. If a property is marked as ignored it will be skipped by the Get dataset extension method.
Syntax
C#
VB
C++
[AttributeUsageAttribute(System.AttributeTargets, AllowMultiple=false)] 
public class IgnoreAttribute : Attribute 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Property,  
   AllowMultiple=False,  
   Inherited=True)> 
Public Class IgnoreAttribute  
   Inherits System.Attribute 
   Implements System.Runtime.InteropServices._Attribute  
[AttributeUsageAttribute(ValidOn=AttributeTargets.Property,  
   AllowMultiple=false,  
   Inherited=true)] 
public ref class IgnoreAttribute : public System.Attribute, System.Runtime.InteropServices._Attribute   
Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.