StagingBatchError.TargetType Property

Definition

Gets or sets the target type.

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

Property Value

One of the values of RelationshipType. Possible values are Parent, Sibling, or All.

Attributes

Applies to