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


IRelationshipClassName.Notification Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClassName Interface > IRelationshipClassName.Notification Property
ArcGIS Developer Help

IRelationshipClassName.Notification Property

The Notification.

[Visual Basic .NET]
Public Property Notification As esriRelNotification
[C#]
public esriRelNotification Notification {get; set;}
[C++]
HRESULT get_Notification(
  esriRelNotification* Notification
);
[C++]
HRESULT put_Notification(
  esriRelNotification Notification
);
[C++]
Parameters
Notification [out, retval]

Notification is a parameter of type esriRelNotification* Notification [in]
Notification is a parameter of type esriRelNotification

Product Availability

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

See Also

IRelationshipClassName Interface