ModelProperty.IsSet 属性

定义

确定属性的值是否是在本地设置的。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

属性值

Boolean

如果在本地设置该属性的值,则为 true;否则为 falsetrue if the value of the property is set locally; otherwise, false.

适用于