DtsPropertyAttribute Class

Definition

Important

This API is not CLS-compliant.

Represents the DTS property attribute.

public ref class DtsPropertyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
[System.CLSCompliant(false)]
public sealed class DtsPropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
[<System.CLSCompliant(false)>]
type DtsPropertyAttribute = class
    inherit Attribute
Public NotInheritable Class DtsPropertyAttribute
Inherits Attribute
Inheritance
DtsPropertyAttribute
Attributes

Constructors

DtsPropertyAttribute()

Initializes a new instance of the DtsPropertyAttribute class.

Properties

TypeConverter

Gets or sets the type converter for the attribute.

UITypeEditor

Gets or sets the UI type editor.

Applies to