Table of Contents

Class PrintLabelPlaceholder

Namespace
Acuit.Pinpoint.Workflows.Workstation.Activities
Assembly
Acuit.Pinpoint.Workflows.Workstation.dll
public class PrintLabelPlaceholder
Inheritance
PrintLabelPlaceholder
Inherited Members

Constructors

PrintLabelPlaceholder()

public PrintLabelPlaceholder()

Properties

Name

Gets or sets the placeholder name. This is required.

public ValueSource<string>? Name { get; set; }

Property Value

ValueSource<string>

Value

Gets or sets the placeholder value.

public ValueSource<string?>? Value { get; set; }

Property Value

ValueSource<string>