Main Content

NET.setStaticProperty

Static property or field name

Description

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.

Input Arguments

collapse all

Static property name, specified as a string or a character vector.

Example: 'MyTestObject.MyClass.myStaticProperty'

Property value, specified as a valid property type for propName.

Version History

Introduced in R2009b