Property IsSet
IsSet
Gets a value indicating whether this property was set
Declaration
public bool IsSet { get; }
Property Value
public bool IsSet { get; }
Boolean |
Implements
Remarks
If IsCollection is true then this must always be false. Otherwise, this is false until the first call to BindValue, after which it remains true. This is used to prevent setting the value multiple times.