Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the members(data) in the batch.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Members As Collection(Of EntityMembers)
Get
Friend Set
'Usage
Dim instance As StagingBatch
Dim value As Collection(Of EntityMembers)
value = instance.Members
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<EntityMembers> Members { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<EntityMembers^>^ Members {
Collection<EntityMembers^>^ get ();
internal: void set (Collection<EntityMembers^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Members : Collection<EntityMembers> with get, internal set
function get Members () : Collection<EntityMembers>
internal function set Members (value : Collection<EntityMembers>)
Property Value
Type: System.Collections.ObjectModel.Collection<EntityMembers>
The members(data) in the batch.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace