This document is archived and information here might be outdated. Recommended version. |
The cadastral job name.
[Visual Basic .NET]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
HRESULT get_Name(
System.String* Name
);
[C++]
HRESULT put_Name(
BSTR Name
);
[C++] Parameters Name [out, retval]
Name is a parameter of type BSTR* Name [in]
Name is a parameter of type BSTR
The name of the cadastral job.
Use this property to retrieve or set the name for the cadastral job. The name must be unique. Use the UpdateJob method to update the cadastral job with any changes.
HRESULT get_Name(
BSTR* Name,
);
HRESULT put_Name(
BSTR Name,
);