Property Node (.NET)

Gets (reads) and/or sets (writes) properties of a reference.

The Property Node (.NET) is preconfigured to access VISA properties, .NET properties, and ActiveX properties. The node operates in the same way as a standard Property Node.


icon

Inputs/Outputs

  • cgnrn.png reference
    reference is the refnum associated with the .NET object for which you want to set or get properties.
  • cerrcodeclst.png error in (no error)
    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
  • ignrn.png reference out
    reference out returns reference unchanged.
  • ierrcodeclst.png error out
    error out contains error information. This output provides standard error out functionality.
  • ipoly.png Property
    property 1..n are examples of properties you want to get (read).
  • If you right-click the Property Node (.NET) and select Select Class».NET»Browse from the shortcut menu, LabVIEW displays the Select Object From Assembly dialog box.

    Select a property from the shortcut menu to set a property for the object. You also can select .NET-specific properties for a .NET object. On the block diagram, right-click a .NET object, select Create»Property Node, and select a .NET-specific property from the shortcut menu.

    Tip If you encounter problems loading a particular assembly or accessing objects in an assembly, debug the assembly call or use the .NET Assemblies in Memory dialog box to verify that the correct version of the assembly is in memory.