This document is archived and information here might be outdated. Recommended version. |
The date the cadastral job was committed.
[Visual Basic .NET]
Public ReadOnly Property CommitDate As String
[C#]
public string CommitDate {get;}
[C++]
HRESULT get_CommitDate(
System.String* Date
);
[C++] Parameters Date [out, retval]
Date is a parameter of type BSTR*
The date the job was commited for the cadastral fabric. Use the CommitDate property to return the date the cadastral job was committed to the cadastral fabric. This is the date that the Status property of the cadastral job was changed to committed.
HRESULT get_CommitDate(
BSTR* CommitDate,
);