IMultiEntryMetadataValues Property
|
Gets the collection of values
Namespace:
Ingeniux.Runtime.Assets
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.3.169
Syntax IEnumerable<string> Values { get; }
ReadOnly Property Values As IEnumerable(Of String)
Get
property IEnumerable<String^>^ Values {
IEnumerable<String^>^ get ();
}
abstract Values : IEnumerable<string> with get
Property Value
Type:
IEnumerableStringSee Also