ArcObjects Library Reference (GeoDatabase)  

IGPReplicaOptions2.IncludeMapLayers Property

.

[Visual Basic .NET]
Public Property IncludeMapLayers As Boolean
[C#]
public bool IncludeMapLayers {get; set;}
[C++]
HRESULT get_IncludeMapLayers(
  VARIANT_BOOL* IncludeMapLayers
);
[C++]
HRESULT put_IncludeMapLayers(
  VARIANT_BOOL IncludeMapLayers
);
[C++]

Parameters

IncludeMapLayers [out, retval]   IncludeMapLayers is a parameter of type VARIANT_BOOL IncludeMapLayers [in]   IncludeMapLayers is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPReplicaOptions2 Interface