←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(ValidOn=AttributeTargets.Property,  
   AllowMultiple=false,  
   Inherited=true)] 
public class IgnoreAttribute : System.Attribute, System.Runtime.InteropServices._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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Common Assembly
Click or drag to resize