This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploadItem Interface > IUploadItem.Committed Property (ArcObjects .NET 10.4 SDK) |
Indicates if the upload item has been committed.
[Visual Basic .NET] Public Property Committed As Boolean
[C#] public bool Committed {get; set;}
[C++]
HRESULT get_Committed(
VARIANT_BOOL* Committed
);
[C++]
HRESULT put_Committed(
VARIANT_BOOL Committed
);
[C++]
Parameters Committed [out, retval] Committed is a parameter of type VARIANT_BOOL Committed [in] Committed is a parameter of type VARIANT_BOOL