OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / InvoiceBase Class / InvoiceNumber Property



In This Topic
    InvoiceNumber Property
    In This Topic
    The number assigned to this Invoice.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Invoice Number")>
    Public Property InvoiceNumber As Long
    'Usage
     
    
    Dim instance As InvoiceBase
    Dim value As Long
     
    instance.InvoiceNumber = value
     
    value = instance.InvoiceNumber
    [DataMember(false)]
    [DisplayName("Invoice Number")]
    public long InvoiceNumber {get; set;}
    [DataMember(false)]
    [DisplayName("Invoice Number")]
    public:
    property int64 InvoiceNumber {
       int64 get();
       void set (    int64 value);
    }
    Remarks
    The value provided must be numeric, and must not contain any alphabetical characters.
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also