Class AlternativeProcedure
Inheritance
System.Object
AlternativeProcedure
Namespace: Telerik.Barcode
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AlternativeProcedure : Object
Constructors
AlternativeProcedure(String, String)
Declaration
public AlternativeProcedure(string alternativeProcedure1, string alternativeProcedure2 = null)
Parameters
|
System.String
alternativeProcedure1
|
|
System.String
alternativeProcedure2
|
Properties
AlternativeProcedure1
Declaration
public string AlternativeProcedure1 { get; }
Property Value
|
System.String
|
AlternativeProcedure2
Declaration
public string AlternativeProcedure2 { get; }
Property Value
|
System.String
|