Share via


EntityStagingBatch.MemberType Property

This API supports the SQL Server 2012 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

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property MemberType As MemberType 
    Get 
    Set
'Usage
Dim instance As EntityStagingBatch 
Dim value As MemberType 

value = instance.MemberType

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

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.MemberType
The member type the batch is associated with.

See Also

Reference

EntityStagingBatch Class

Microsoft.MasterDataServices.Services.DataContracts Namespace