Property Data
Data
Gets the attribute values for the pop-up media's fields defined in FieldNames. This property is populated when EvaluateExpressionsAsync() is called.
Declaration
public IReadOnlyList<object> Data { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<System.Object> | The read-only list of field values. |
Remarks
For PopupMediaValue objects used with an image or if IsEvaluated
is false
, this will be an empty list. The data will be normalized if NormalizeFieldName
is not empty.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |