ValidationRule.GetPropertyValue Method (Object)
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Function GetPropertyValue ( _
viewModel As Object _
) As Object
protected Object GetPropertyValue(
Object viewModel
)
protected:
Object^ GetPropertyValue(
Object^ viewModel
)
member GetPropertyValue :
viewModel:Object -> Object
protected function GetPropertyValue(
viewModel : Object
) : Object
Parameters
- viewModel
Type: System.Object
Return Value
Type: System.Object
Returns Object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.