Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NExpression Class / IsBoundToTarget Property


In This Topic
    IsBoundToTarget Property
    In This Topic
    Gets whether the expression is bound to the target {element:property} The binding to/unbinding from a target is automatically performed when the expression is set to an element property, and when an expression is removed from an element property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsBoundToTarget As System.Boolean
    'Usage
     
    
    Dim instance As NExpression
    Dim value As System.Boolean
     
    value = instance.IsBoundToTarget
    public System.bool IsBoundToTarget {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also