Table of Contents

Class VerboseAttribute

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

Attribute used to mark properties that are excluded from standard object model responses. Properties with this attribute are only included when the 'v' flag is used in object model queries.

[AttributeUsage(AttributeTargets.Property)]
public sealed class VerboseAttribute : Attribute
Inheritance
VerboseAttribute
Inherited Members

Constructors

VerboseAttribute()

public VerboseAttribute()