Static property or field name
NET.setStaticProperty(propName,value)
NET.setStaticProperty(propName,value) sets the static property or field name specified by propName to the given value. For examples, see Set Static .NET Properties.
propName
value
collapse all
Static property name, specified as a string or a character vector.
Example: 'MyTestObject.MyClass.myStaticProperty'
'MyTestObject.MyClass.myStaticProperty'
Property value, specified as a valid property type for propName.