InstanceValue.IsDeletedValue 屬性

定義

會得到一個值,表示該物件是否代表已刪除的值。

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

屬性值

true 如果物件代表已刪除的值;否則 false

適用於