Property IsSet
IsSet
Gets a value indicating whether this property was set
Declaration
bool IsSet { get; }
Property Value
bool IsSet { get; }
Boolean |
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.