public string PreviousInvoiceCode { get; }
Public ReadOnly Property PreviousInvoiceCode As String
Get
public:
virtual property String^ PreviousInvoiceCode {
String^ get () sealed;
}
abstract PreviousInvoiceCode : string with get
override PreviousInvoiceCode : string with get