UserInteractionServices.GetRelatedElementTypeDescription Method

Returns a description of the related object in the provided relationship.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable Function GetRelatedElementTypeDescription ( _
    relationship As ModelRelationshipClass _
) As String
public virtual string GetRelatedElementTypeDescription(
    ModelRelationshipClass relationship
)
public:
virtual String^ GetRelatedElementTypeDescription(
    ModelRelationshipClass^ relationship
)
abstract GetRelatedElementTypeDescription : 
        relationship:ModelRelationshipClass -> string 
override GetRelatedElementTypeDescription : 
        relationship:ModelRelationshipClass -> string 
public function GetRelatedElementTypeDescription(
    relationship : ModelRelationshipClass
) : String

Parameters

Return Value

Type: System.String
The type description of the related model element.

.NET Framework Security

See Also

Reference

UserInteractionServices Class

Microsoft.Data.Schema Namespace

ModelRelationshipClass