Parent.RelationshipType Property

Definition

The type of relationship this member has with the related member.

public:
 property Nullable<Microsoft::MasterDataServices::Services::DataContracts::RelationshipType> RelationshipType { Nullable<Microsoft::MasterDataServices::Services::DataContracts::RelationshipType> get(); void set(Nullable<Microsoft::MasterDataServices::Services::DataContracts::RelationshipType> value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.Services.DataContracts.RelationshipType? RelationshipType { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.RelationshipType : Nullable<Microsoft.MasterDataServices.Services.DataContracts.RelationshipType> with get, set
Public Property RelationshipType As Nullable(Of RelationshipType)

Property Value

The type of relationship this member has with the related member.

Attributes

Applies to