MemberRelationship.IsEmpty 属性

定义

获取一个值,指示该关系是否等同于 Empty 关系。Gets a value indicating whether this relationship is equal to the Empty relationship.

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

属性值

Boolean

如果该关系等同于 Empty 关系,则为 true;否则为 falsetrue if this relationship is equal to the Empty relationship; otherwise, false.

适用于

另请参阅