 | ShipmentConfirmationDtoSalesperson 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 SalesPersonDto Salesperson { get; set; }
<XmlElementAttribute(IsNullable := true)>
Public Property Salesperson As SalesPersonDto
Get
Set
public:
[XmlElementAttribute(IsNullable = true)]
property SalesPersonDto^ Salesperson {
SalesPersonDto^ get ();
void set (SalesPersonDto^ value);
}
[<XmlElementAttribute(IsNullable = true)>]
member Salesperson : SalesPersonDto with get, set
Property Value
Type:
SalesPersonDto
See Also