DtsLocalizableAttribute.LocalizationType Property

Definition

Gets or sets the class that supplies values for the DtsLocalizableAttribute.

public:
 property Type ^ LocalizationType { Type ^ get(); void set(Type ^ value); };
public Type LocalizationType { get; set; }
member this.LocalizationType : Type with get, set
Public Property LocalizationType As Type

Property Value

A System.Type that represents the class that supplies values for the DtsLocalizableAttribute.

Applies to