DataCacheKey.FieldValueList Property

Definition

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Tuple<System::String ^, System::Object ^> ^> ^ FieldValueList { System::Collections::ObjectModel::ReadOnlyCollection<Tuple<System::String ^, System::Object ^> ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Tuple<string,object>> FieldValueList { get; }
member this.FieldValueList : System.Collections.ObjectModel.ReadOnlyCollection<string * obj>
Public ReadOnly Property FieldValueList As ReadOnlyCollection(Of Tuple(Of String, Object))

Property Value

Applies to