StagingBatch.Members Property

Definition

Gets or sets an array of entity members.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityMembers ^> ^ Members { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityMembers ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityMembers ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> Members { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Members : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> with get, set
Public Property Members As Collection(Of EntityMembers)

Property Value

A collection of type EntityMembers.

Attributes

Applies to