ArcObjects Library Reference (GISClient)  

IUploader.UploadsClient Property

.

[Visual Basic .NET]
Public ReadOnly Property UploadsClient As IUploadsClient
[C#]
public IUploadsClient UploadsClient {get;}
[C++]
HRESULT get_UploadsClient(
  IUploadsClient** ppUploadsClient
);
[C++]

Parameters

ppUploadsClient [out, retval]

  ppUploadsClient is a parameter of type IUploadsClient

Product Availability

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

See Also

IUploader Interface