PosAssemblyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
PosAssemblyAttribute(String) |
Creates an instance of the PosAssemblyAttribute class with the specified manufacturer name. |
Properties
ManufacturerName |