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 member codes (in combination with entity) to retrieve transactions for one or more specific members.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Members As Collection(Of MemberIdentifier)
Get
Set
'Usage
Dim instance As ValidationSearchCriteria
Dim value As Collection(Of MemberIdentifier)
value = instance.Members
instance.Members = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<MemberIdentifier> Members { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<MemberIdentifier^>^ Members {
Collection<MemberIdentifier^>^ get ();
void set (Collection<MemberIdentifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Members : Collection<MemberIdentifier> with get, set
function get Members () : Collection<MemberIdentifier>
function set Members (value : Collection<MemberIdentifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<MemberIdentifier>
A collection of type MemberIdentifier.