ArcObjects Library Reference (GISClient)  

IUploadItem.Committed Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IUploadItem Interface