IExplorerPropertyDescriptor.GetValue(IExplorerItem) Method

Definition

Retrieves the raw property value and specifies conversion to the type.

public:
 System::Object ^ GetValue(Microsoft::SqlServer::Management::Explorer::IExplorerItem ^ item);
public object GetValue (Microsoft.SqlServer.Management.Explorer.IExplorerItem item);
abstract member GetValue : Microsoft.SqlServer.Management.Explorer.IExplorerItem -> obj
Public Function GetValue (item As IExplorerItem) As Object

Parameters

item
IExplorerItem

The item which has the value.

Returns

An object that represents the raw property value.

Applies to