 | ShipmentConfirmationDtoContactInformation Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ContactInformationDto ContactInformation { get; set; }
Public Property ContactInformation As ContactInformationDto
Get
Set
public:
property ContactInformationDto^ ContactInformation {
ContactInformationDto^ get ();
void set (ContactInformationDto^ value);
}
member ContactInformation : ContactInformationDto with get, set
Property Value
Type:
ContactInformationDto
See Also