PosAssemblyAttribute Class

Definition

Defines an assembly attribute that can be attached as metadata to a .dll, identifying that assembly as a POS for .NET service object.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)]
public sealed class PosAssemblyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)>]
type PosAssemblyAttribute = class
    inherit Attribute
Public NotInheritable Class PosAssemblyAttribute
Inherits Attribute
Inheritance
PosAssemblyAttribute
Attributes

Constructors

Name Description
PosAssemblyAttribute(String)

Creates an instance of the PosAssemblyAttribute class with the specified manufacturer name.

Properties

Name Description
ManufacturerName

Applies to