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#
C++/CLI
[AttributeUsageAttribute(System.AttributeTargets, AllowMultiple=false)] 
public class IgnoreAttribute : 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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