Intersoft ClientUI Documentation
DoNotEncodeStringsAttribute Class
Members  See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace : DoNotEncodeStringsAttribute Class






Object Model

DoNotEncodeStringsAttribute Class

Syntax

Visual Basic (Declaration) 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly Or  _
    AttributeTargets.Module Or  _
    AttributeTargets.Class Or  _
    AttributeTargets.Struct Or  _
    AttributeTargets.Constructor Or  _
    AttributeTargets.Method, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class DoNotEncodeStringsAttribute 
   Inherits System.Attribute
Visual Basic (Usage)Copy Code
Dim instance As DoNotEncodeStringsAttribute
C# 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly | 
    AttributeTargets.Module | 
    AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Constructor | 
    AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class DoNotEncodeStringsAttribute : System.Attribute 
Delphi 
public class DoNotEncodeStringsAttribute = class(System.Attribute)sealed; 
JScript 
AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly | 
    AttributeTargets.Module | 
    AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Constructor | 
    AttributeTargets.Method, 
   AllowMultiple=, 
   Inherited=)
public sealed class DoNotEncodeStringsAttribute extends System.Attribute
Managed Extensions for C++ 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly | 
    AttributeTargets.Module | 
    AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Constructor | 
    AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public __gc __sealed class DoNotEncodeStringsAttribute : public System.Attribute 
C++/CLI 
[AttributeUsageAttribute(ValidOn=AttributeTargets.Assembly | 
    AttributeTargets.Module | 
    AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Constructor | 
    AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public ref class DoNotEncodeStringsAttribute sealed : public System.Attribute 

Inheritance Hierarchy

System.Object
   System.Attribute
      Intersoft.Client.Data.ComponentModel.DoNotEncodeStringsAttribute

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.