Localizable.GetValue<T> Method

Retrieves the value associated with the property.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Function GetValue(Of T) As T
'Usage
Dim instance As Localizable
Dim returnValue As T

returnValue = instance.GetValue()
public T GetValue<T>()
public:
generic<typename T>
T GetValue()
member GetValue : unit -> 'T 
JScript does not support generic types and methods.

Type Parameters

  • T

Return Value

Type: T
The value associated with the property.