Share via


LocalizablePropertyDisplayNameAttribute.GetLocalizedValue Method

Returns a string containing localized value of the LocalizablePropertyDisplayNameAttribute.

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 LocalizablePropertyDisplayNameAttribute 
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
A string containing the localized value of the LocalizablePropertyDisplayNameAttribute.

See Also

Reference

LocalizablePropertyDisplayNameAttribute Class

Microsoft.SqlServer.Dts.Runtime.Localization Namespace