IExpressionProperty.TryGetObject(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.
Try Get value as object.
public (object Value, string Error) TryGetObject (object data);
abstract member TryGetObject : obj -> ValueTuple<obj, string>
Public Function TryGetObject (data As Object) As ValueTuple(Of Object, String)
Parameters
- data
- Object
data.
Returns
Value and error.
Remarks
Helper methods which allows you to work with the expression property values as purely objects.