This document is archived and information here might be outdated.  Recommended version.


IUploadItem.Description Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IU > IUploadItem Interface > IUploadItem.Description Property
ArcGIS Developer Help

IUploadItem.Description Property

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(
  System.String* pDesc
);
[C++]
Parameters
pDesc [in]

pDesc is a parameter of type BSTR pDesc [out, retval]
pDesc is a parameter of type BSTR*

Product Availability

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

See Also

IUploadItem Interface