.NET Properties in MATLAB
Get and set .NET properties in MATLAB®, special features of .NET properties
These topics describe how to handle special features of .NET properties in MATLAB.
Functions
| NET.setStaticProperty | Static property or field name | 
Topics
- Set Static .NET PropertiesThis example shows how to set a static property using the NET.setStaticPropertyfunction.
- Call .NET Properties That Take an ArgumentMATLAB represents a property that takes an argument as a method. 
- Using .NET PropertiesHow MATLAB represents .NET properties and maps C# property and field access modifiers. 
- MATLAB Does Not Display Protected PropertiesThe System.Windows.Media.ContainerVisualclass, available only in .NET Framework (Version 3.0 and above), has several protected properties.