Class SbcPropertyAttribute
Attribute used to mark properties that are overridden by the control server
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class SbcPropertyAttribute : Attribute
Constructors
SbcPropertyAttribute(bool)
Constructor of this attribute
Declaration
public SbcPropertyAttribute(bool availableInStandaloneMode)
Parameters
Type | Name | Description |
---|---|---|
bool | availableInStandaloneMode | Defines if the property is available in standalone mode |
Properties
AvailableInStandaloneMode
Indicates if the property may be used in standalone mode
Declaration
public bool AvailableInStandaloneMode { get; set; }
Property Value
Type | Description |
---|---|
bool |