ModelProperty.IsSet Property

Definition

Determines whether the value of the property is set locally.

public:
 abstract property bool IsSet { bool get(); };
public abstract bool IsSet { get; }
member this.IsSet : bool
Public MustOverride ReadOnly Property IsSet As Boolean

Property Value

true if the value of the property is set locally; otherwise, false.

Applies to