Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace > DocumentVatRegisterIssue Class > DocumentVatRegisterIssue Properties > OssCorrectionDate Property 

Drukuj

.NET Framework Class Library

DocumentVatRegisterIssue.OssCorrectionDate Property

Namespace: Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom

Assembly:  Sage.PL.WebAPI.Interface.FKF.Documents (in Sage.PL.WebAPI.Interface.FKF.Documents.dll) Version: 25.10.1.0 (25.10.1.0)

Syntax

Visual Basic

Public Property OssCorrectionDate As Nullable(Of DateTime)
 Get
 Set

C#

public Nullable<DateTimeOssCorrectionDate { getset; }

Visual C++

public:
property Nullable<DateTimeOssCorrectionDate {
 Nullable<DateTimeget ();
 void set (Nullable<DateTimevalue);
}

JavaScript

function get_ossCorrectionDate();
function set_ossCorrectionDate(value);

See Also

DocumentVatRegisterIssue Class

DocumentVatRegisterIssue Members

Sage.PL.WebAPI.Interface.FKF.Documents.ViewModels.Issue.Custom Namespace