ValidationSearchCriteria.Members Property

 

Applies To: SQL Server 2016 Preview

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

[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<MemberIdentifier> Members { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property Collection<MemberIdentifier^>^ Members {
    Collection<MemberIdentifier^>^ get();
    void set(Collection<MemberIdentifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Members : Collection<MemberIdentifier> with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property Members As Collection(Of MemberIdentifier)

Property Value

Type: System.Collections.ObjectModel.Collection<MemberIdentifier>

A collection of type MemberIdentifier.

See Also

ValidationSearchCriteria Class
Microsoft.MasterDataServices Namespace

Return to top