Freigeben über


TargetType-Eigenschaft

Gets or sets the target type.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property TargetType As Nullable(Of RelationshipType)
    Get
    Set
'Usage
Dim instance As StagingBatchError
Dim value As Nullable(Of RelationshipType)

value = instance.TargetType

instance.TargetType = value
[DataMemberAttribute]
public Nullable<RelationshipType> TargetType { get; set; }
[DataMemberAttribute]
public:
property Nullable<RelationshipType> TargetType {
    Nullable<RelationshipType> get ();
    void set (Nullable<RelationshipType> value);
}
[<DataMemberAttribute>]
member TargetType : Nullable<RelationshipType> with get, set
function get TargetType () : Nullable<RelationshipType>
function set TargetType (value : Nullable<RelationshipType>)

Eigenschaftswert

Typ: System. . :: . .Nullable< (Of < ( <'RelationshipType> ) > ) >
One of the values of RelationshipType. Possible values are Parent, Sibling, or All.