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


IDEGdbUtilities.GetRelationshipNotificationDescription Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetRelationshipNotificationDescription Method
ArcGIS Developer Help

IDEGdbUtilities.GetRelationshipNotificationDescription Method

Get relationship notification description.

[Visual Basic .NET]
Public Function GetRelationshipNotificationDescription ( _
    ByVal Notification As esriRelNotification _
) As String
[C#]
public string GetRelationshipNotificationDescription (
    esriRelNotification Notification
);
[C++]
HRESULT GetRelationshipNotificationDescription(
  esriRelNotification Notification
);
[C++]
Parameters
Notification [in]

Notification is a parameter of type esriRelNotification

Product Availability

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

See Also

IDEGdbUtilities Interface