SaveResult.MissedProperties

SaveResult.MissedProperties property

Gets the collection of missed properties.

public List<PropertyDescriptor> MissedProperties { get; }

Property Value

The list of PropertyDescriptor.

See Also