BaseLocalizableAttribute.Type Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime.Localization
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property Type As Type
Get
'Usage
Dim instance As BaseLocalizableAttribute
Dim value As Type
value = instance.Type
public Type Type { get; }
public:
property Type^ Type {
Type^ get ();
}
member Type : Type
function get Type () : Type
Property Value
Type: System.Type