EntityStagingBatch.MemberType Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the member type the batch is associated with.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public MemberType MemberType { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property MemberType MemberType {
    MemberType get();
    void set(MemberType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member MemberType : MemberType with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property MemberType As MemberType

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.MemberType

The member type the batch is associated with.

See Also

EntityStagingBatch Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top