 | SalesDocumentDtoSalesDocumentLineDtoLineType 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 int? LineType { get; set; }
<XmlElementAttribute(IsNullable := true)>
Public Property LineType As Integer?
Get
Set
public:
[XmlElementAttribute(IsNullable = true)]
property Nullable<int> LineType {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<XmlElementAttribute(IsNullable = true)>]
member LineType : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also