Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 567 Bytes

setcustomattribute.adoc

File metadata and controls

37 lines (30 loc) · 567 Bytes

SetCustomAttribute()

Important

Deprecated in 3.0.

Please use setCustomAttribute method in [class-netobj].

SetCustomAttribute(object, name, value) => void

Set custom attribute name to value on object.

Table 1. Parameters

object

Target object.

name

Custom attribute name.

value

Custom attribute value.

Example
>>> SetCustomAttribute($node, "test", "test value")
>>> test@$node
test value