Delta.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.
Only properties that exist on Entity can be retrieved.
Both modified and unmodified properties can be retrieved.
public abstract bool TryGetPropertyValue (string name, out object value);
abstract member TryGetPropertyValue : string * obj -> bool
Public MustOverride 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
True if the Property was found