StagingBatchError.TargetType Property
Gets or sets the target type of the batch member.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
[DataMemberAttribute]
public Nullable<RelationshipType> TargetType { get; set; }
public:
[DataMemberAttribute]
property Nullable<RelationshipType> TargetType {
Nullable<RelationshipType> get();
void set(Nullable<RelationshipType> value);
}
[<DataMemberAttribute>]
member TargetType : Nullable<RelationshipType> with get, set
<DataMemberAttribute>
Public Property TargetType As Nullable(Of RelationshipType)
Property Value
Type: System.Nullable<RelationshipType>
The target type of the batch member.
See Also
StagingBatchError Class
Microsoft.MasterDataServices.Services.DataContracts Namespace
Return to top