Share via


PosAssemblyAttribute Class

Custom POS assembly attribute.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim manufacturerName As String
Dim posAssemblyAttribute1 As New PosAssemblyAttribute(manufacturerName)

Syntax

'Declaration
NotInheritable Public Class PosAssemblyAttribute
    Inherits Attribute
public sealed class PosAssemblyAttribute : Attribute
public sealed ref class PosAssemblyAttribute : public Attribute
public final class PosAssemblyAttribute extends Attribute
public class PosAssemblyAttribute extends Attribute

Remarks

Use PosAssemblyAttribute to add an attribute to a POS assembly.

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.PointOfService.PosAssemblyAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

PosAssemblyAttribute Members
Microsoft.PointOfService Namespace