The current state of the entity if modified

Namespace: RiaServicesContrib
Assembly: RiaServicesContrib.EntityTools (in RiaServicesContrib.EntityTools.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IDictionary<string, Object> ModifiedState { get; set; }
Visual Basic
Public Property ModifiedState As IDictionary(Of String, Object)
	Get
	Set
Visual C++
public:
property IDictionary<String^, Object^>^ ModifiedState {
	IDictionary<String^, Object^>^ get ();
	void set (IDictionary<String^, Object^>^ value);
}

See Also