class MaxProperty
Summary
An attribute used on MaxObject properties to add them to the Max Environment.
syntax:
public class MaxProperty : Attribute
namespace: max.process.arr.type
Constructors
MaxProperty()
Initializes the property with the name of the calling member.
syntax:
public MaxProperty([CallerMemberName] string propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
[CallerMemberName] | propertyName | Calling member's name. |
Properties
Name
Name of the property
syntax:
public string Name { get; private set; }