←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly