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