 | SalesOrderShipmentDtoContactInformation Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[XmlElementAttribute(IsNullable = true)]
public ContactInformationDto ContactInformation { get; set; }
<XmlElementAttribute(IsNullable := true)>
Public Property ContactInformation As ContactInformationDto
Get
Set
public:
[XmlElementAttribute(IsNullable = true)]
property ContactInformationDto^ ContactInformation {
ContactInformationDto^ get ();
void set (ContactInformationDto^ value);
}
[<XmlElementAttribute(IsNullable = true)>]
member ContactInformation : ContactInformationDto with get, set
Property Value
Type:
ContactInformationDto
See Also