DtsLocalizableAttribute.LocalizationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.