Share via


ServiceObjectAttribute Constructor (POS for .NET v1.14 SDK Documentation)

3/2/2014

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

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

Syntax

'Declaration
Public Sub New ( _
    type As String, _
    name As String, _
    description As String, _
    uposVersionMajor As Integer, _
    uposVersionMinor As Integer _
)
public ServiceObjectAttribute (
    string type,
    string name,
    string description,
    int uposVersionMajor,
    int uposVersionMinor
)
public:
ServiceObjectAttribute (
    String^ type, 
    String^ name, 
    String^ description, 
    int uposVersionMajor, 
    int uposVersionMinor
)
public ServiceObjectAttribute (
    String type, 
    String name, 
    String description, 
    int uposVersionMajor, 
    int uposVersionMinor
)
public function ServiceObjectAttribute (
    type : String, 
    name : String, 
    description : String, 
    uposVersionMajor : int, 
    uposVersionMinor : int
)

Parameters

  • type
    The type of service object.
  • name
    The name of the service object.
  • description
    A description of the service object.
  • uposVersionMajor
    Major version.
  • uposVersionMinor
    Minor version.

See Also

Reference

ServiceObjectAttribute Class
ServiceObjectAttribute Members
Microsoft.PointOfService Namespace