This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClassInfo Interface > IRelationshipClassInfo.Excluded Property (ArcObjects .NET 10.4 SDK) |
Indicates if the relationship class to be excluded from the replica description.
[Visual Basic .NET] Public Property Excluded As Boolean
[C#] public bool Excluded {get; set;}
[C++]
HRESULT get_Excluded(
VARIANT_BOOL* RelExcluded
);
[C++]
HRESULT put_Excluded(
VARIANT_BOOL RelExcluded
);
[C++]
Parameters RelExcluded [out, retval] RelExcluded is a parameter of type VARIANT_BOOL RelExcluded [in] RelExcluded is a parameter of type VARIANT_BOOL