EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

EBProperty Type

A property of the message.

Remarks

This type holds details about the property of the message.

Fields

Name
String

This field defines the name of the message property. This is required.

This value corresponds to the ebMS element "eb:Messaging/eb:UserMessage/eb:MessageProperties/eb:Property/@Name"

PropertyType
String

The optional type of the message property.

This value corresponds to the ebMS element "eb:Messaging/eb:UserMessage/eb:MessageProperties/eb:Property/@Type"

Value
String

The value of the message property.

This value corresponds to the ebMS element "eb:Messaging/eb:UserMessage/eb:MessageProperties/eb:Property/"

Constructors

[VB.NET]
Public EBProperty()

[C#]
public EBProperty();



[VB.NET]
Public EBProperty(ByVal Name As String, ByVal Value As String)

[C#]
public EBProperty(string name, string value);



[VB.NET]
Public EBProperty(ByVal Name As String, ByVal Value As String, ByVal PropertyType As String)

[C#]
public EBProperty(string name, string value, string propertyType);



 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 .NET Edition - Version 16.0 [Build 7362]