This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploadItem Interface > IUploadItem.Description Property (ArcObjects .NET 10.5 SDK) |
The description of the uploaded item.
[Visual Basic .NET] Public Property Description As String
[C#] public string Description {get; set;}
[C++]
HRESULT get_Description(
BSTR* pDesc
);
[C++]
HRESULT put_Description(
BSTR pDesc
);
[C++]
Parameters pDesc [out, retval] pDesc is a parameter of type BSTR pDesc [in] pDesc is a parameter of type BSTR