Share via


ServiceObjectAttribute Class

Provides service object attributes.

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

Usage

'Usage
Dim type As String
Dim name As String
Dim description As String
Dim uposVersionMajor As Integer
Dim uposVersionMinor As Integer
Dim serviceObjectAttribute1 As New ServiceObjectAttribute(type, name, description, uposVersionMajor, uposVersionMinor)

Syntax

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

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.PointOfService.ServiceObjectAttribute

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

ServiceObjectAttribute Members
Microsoft.PointOfService Namespace