Localizable.GetValue Method

Retrieves the value of the property with the default property values.

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

Syntax

'Declaration
Public Function GetValue As Object
'Usage
Dim instance As Localizable
Dim returnValue As Object

returnValue = instance.GetValue()
public Object GetValue()
public:
Object^ GetValue()
member GetValue : unit -> Object 
public function GetValue() : Object

Return Value

Type: System.Object
The value of the property.