Share via


ServiceObjectAttribute(String, String, String, Int32, Int32) Constructor

Definition

Creates an instance of the ServiceObjectAttribute class with the specified parameters.

public ServiceObjectAttribute (string type, string name, string description, int uposVersionMajor, int uposVersionMinor);
new Microsoft.PointOfService.ServiceObjectAttribute : string * string * string * int * int -> Microsoft.PointOfService.ServiceObjectAttribute
Public Sub New (type As String, name As String, description As String, uposVersionMajor As Integer, uposVersionMinor As Integer)

Parameters

type
String

The type of service object.

name
String
description
String

A description of the service object.

uposVersionMajor
Int32

Major version.

uposVersionMinor
Int32

Minor version.

Applies to