DictRelation.isSelfLink Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verifies whether the relation is self-linked.
public:
virtual bool isSelfLink();
public virtual bool isSelfLink ();
abstract member isSelfLink : unit -> bool
override this.isSelfLink : unit -> bool
Public Overridable Function isSelfLink () As Boolean
Returns
true if the relation is self-linked; otherwise, false.