Data Management Object Model Reference

DataManagerValue.IsDirty Property

Description: Indicates whether the value should be included in an update.

[Visual Basic]
NotOverridable Public Property IsDirty As Boolean _
    Implements IValue.IsDirty
[C#]
public bool IsDirty {get; set;}

Implements

IValue.IsDirty

See Also

DataManagerValue Class | SPSSMR.Data.Transformations Namespace