Share via


BaseLocalizableAttribute.GetLocalizedValue Method

This API supports the 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 Function GetLocalizedValue As String
'Usage
Dim instance As BaseLocalizableAttribute
Dim returnValue As String

returnValue = instance.GetLocalizedValue()
public string GetLocalizedValue()
public:
String^ GetLocalizedValue()
member GetLocalizedValue : unit -> string 
public function GetLocalizedValue() : String

Return Value

Type: System.String