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


IDynamicLayerDescription.Source Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicLayerDescription Interface > IDynamicLayerDescription.Source Property
ArcGIS Developer Help

IDynamicLayerDescription.Source Property

Data source for dynamic table.

[Visual Basic .NET]
Public Property Source As IMapServerSourceDescription
[C#]
public IMapServerSourceDescription Source {get; set;}
[C++]
HRESULT get_Source(
  IMapServerSourceDescription** ppMapServerSourceDescription
);
[C++]
HRESULT put_Source(
  IMapServerSourceDescription* ppMapServerSourceDescription
);
[C++]
Parameters
ppMapServerSourceDescription [out, retval]

ppMapServerSourceDescription is a parameter of type IMapServerSourceDescription** ppMapServerSourceDescription [in]
ppMapServerSourceDescription is a parameter of type IMapServerSourceDescription*

Product Availability

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

Remarks

Use this property to set the data source of a dynamically added layer/table. The source could refer to an existing layer/table or a FeatureClass/Table from one of registered workspaces.

See Also

IDynamicLayerDescription Interface