Sdílet prostřednictvím


LocalizablePropertyDescriptor.GetValue Method

Gets the value of the specified property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Overrides Function GetValue ( _
    component As Object _
) As Object
'Usage
Dim instance As LocalizablePropertyDescriptor
Dim component As Object
Dim returnValue As Object

returnValue = instance.GetValue(component)
public override Object GetValue(
    Object component
)
public:
virtual Object^ GetValue(
    Object^ component
) override
abstract GetValue : 
        component:Object -> Object 
override GetValue : 
        component:Object -> Object 
public override function GetValue(
    component : Object
) : Object

Parameters

  • component
    Type: System.Object
    The property to get the value for.

Return Value

Type: System.Object
An Object that contains the property value.