Share via


IRelationshipCollection.Remove(String) Method

Definition

Deletes the specified relationship.

public void Remove (string id);
abstract member Remove : string -> unit
Public Sub Remove (id As String)

Parameters

id
String

The id of the relationship.

Applies to