ValidationSearchCriteria.Members Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets member codes (in combination with entity) to retrieve transactions for one or more specific members.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::MemberIdentifier ^> ^ Members { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::MemberIdentifier ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::MemberIdentifier ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MemberIdentifier> Members { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Members : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MemberIdentifier> with get, set
Public Property Members As Collection(Of MemberIdentifier)
Property Value
A collection of type MemberIdentifier.
- Attributes