Share via


FacetEvaluationContext.GetPropertyValue Method

Gets the value of the specified property.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Function GetPropertyValue ( _
    name As String _
) As Object
'Usage
Dim instance As FacetEvaluationContext
Dim name As String
Dim returnValue As Object

returnValue = instance.GetPropertyValue(name)
public Object GetPropertyValue(
    string name
)
public:
Object^ GetPropertyValue(
    String^ name
)
member GetPropertyValue : 
        name:string -> Object 
public function GetPropertyValue(
    name : String
) : Object

Parameters

Return Value

Type: System.Object
A Object object value that specifies the property value.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.