ServiceObjectAttribute(String, String, String, Int32, Int32) Constructor
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.
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.