Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NProperty Class / MemberValueSetter Property


In This Topic
    MemberValueSetter Property
    In This Topic
    Gets the set member value delegate. Only applicable for properties backed by member.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MemberValueSetter As Nevron.Nov.Function(Of NNode,Object)
    'Usage
     
    
    Dim instance As NProperty
    Dim value As Nevron.Nov.Function(Of NNode,Object)
     
    value = instance.MemberValueSetter
    public Nevron.Nov.Function<NNode,object> MemberValueSetter {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