Share via


FacetEvaluationContext.SetPropertyValue Method

Sets the value of the specified property.

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

Syntax

'Declaration
Public Sub SetPropertyValue ( _
    name As String, _
    value As Object _
)
'Usage
Dim instance As FacetEvaluationContext
Dim name As String
Dim value As Object

instance.SetPropertyValue(name, value)
public void SetPropertyValue(
    string name,
    Object value
)
public:
void SetPropertyValue(
    String^ name, 
    Object^ value
)
member SetPropertyValue : 
        name:string * 
        value:Object -> unit 
public function SetPropertyValue(
    name : String, 
    value : Object
)

Parameters

Remarks

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