Share via


IExplorerItem.GetPropertyValue Method

Indicates a specified string that represents the property name.

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

Syntax

'Declaration
Function GetPropertyValue ( _
    propertyName As String _
) As Object
'Usage
Dim instance As IExplorerItem
Dim propertyName As String
Dim returnValue As Object

returnValue = instance.GetPropertyValue(propertyName)
Object GetPropertyValue(
    string propertyName
)
Object^ GetPropertyValue(
    String^ propertyName
)
abstract GetPropertyValue : 
        propertyName:string -> Object 
function GetPropertyValue(
    propertyName : String
) : Object

Parameters

  • propertyName
    Type: System.String
    A text input for the property name.

Return Value

Type: System.Object
A string that represents the name of the property within the explorer item.