C#
VB
C++
Use to mark a property as ignored. If a property is marked as ignored it will be skipped by the Get dataset extension method.
[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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET