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


In This Topic
    Permeable Property
    In This Topic
    Gets or sets whether the expression is permeable. This flag can optionally be raised for guarded expression, when you want to allow SetValue or ClearValue to allow local value modification. This property can only be set prior to assigning the expression to a target.
    Syntax
    'Declaration
     
    
    Public Property Permeable As System.Boolean
    'Usage
     
    
    Dim instance As NExpression
    Dim value As System.Boolean
     
    instance.Permeable = value
     
    value = instance.Permeable
    public System.bool Permeable {get; set;}
    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