Documentation

NET.setStaticProperty

Package:NET

Static property or field name

Syntax

NET.setStaticProperty('propName', value)

Description

NET.setStaticProperty('propName', value)sets the static property or field name specified in the character vectorpropNameto the givenvalue.

Examples

To set themyStaticPropertyin the given class and namespace, use the syntax:

NET.setStaticProperty('MyTestObject.MyClass.myStaticProperty', 5);

Introduced in R2009b

Was this topic helpful?