HistoryItemResultData Property | |
Gets or sets ResultData
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public SerializableDictionary ResultData { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property SerializableDictionary^ ResultData {
SerializableDictionary^ get ();
void set (SerializableDictionary^ value);
}
function get_ResultData();
function set_ResultData(value);
Property Value
Type:
SerializableDictionarySee Also