Bagikan melalui


BasicRelationship.Name Property

Definition

The name of the relationship, which defines the type of link (e.g. Contains). This field is present on every relationship.

[System.Text.Json.Serialization.JsonPropertyName("$relationshipName")]
public string Name { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("$relationshipName")>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes

Applies to