This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* Committed
);
[C++]
Parameters Committed [in]
Committed is a parameter of type bool Committed [out, retval]
Committed is a parameter of type bool*