Class SbcPropertyAttribute
- Namespace
- DuetAPI.ObjectModel
- Assembly
- DuetAPI.dll
Attribute used to mark properties that are overridden by the control server
[AttributeUsage(AttributeTargets.Property)]
public sealed class SbcPropertyAttribute : Attribute
- Inheritance
-
SbcPropertyAttribute
- Inherited Members
Constructors
SbcPropertyAttribute(bool)
Attribute used to mark properties that are overridden by the control server
public SbcPropertyAttribute(bool availableInStandaloneMode)
Parameters
availableInStandaloneModeboolDefines if the property is available in standalone mode
Properties
AvailableInStandaloneMode
Indicates if the property may be used in standalone mode
public bool AvailableInStandaloneMode { get; set; }