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
<PermissionSetAttribute(SecurityAction.Assert, Unrestricted := True)> _
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)
[PermissionSetAttribute(SecurityAction.Assert, Unrestricted = true)]
public Object GetPropertyValue(
string name
)
[PermissionSetAttribute(SecurityAction::Assert, Unrestricted = true)]
public:
Object^ GetPropertyValue(
String^ name
)
[<PermissionSetAttribute(SecurityAction.Assert, Unrestricted = true)>]
member GetPropertyValue :
name:string -> Object
public function GetPropertyValue(
name : String
) : Object
Parameters
- name
Type: System.String
A String value that specifies the name of the property.
Return Value
Type: System.Object
An 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.