IDelta.TryGetPropertyValue(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to get the value of the Property called name
from the underlying Entity.
public bool TryGetPropertyValue (string name, out object value);
abstract member TryGetPropertyValue : string * obj -> bool
Public Function TryGetPropertyValue (name As String, ByRef value As Object) As Boolean
Parameters
- name
- String
The name of the Property
- value
- Object
The value of the Property
Returns
Returns true
if the Property was found and false
if not.