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 for the search.
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 MemberIdentifier)
Get
Friend Set
'Usage
Dim instance As ValidationSearchCriteria
Dim value As Collection(Of MemberIdentifier)
value = instance.Members
[DataMemberAttribute(EmitDefaultValue = false)]
public Collection<MemberIdentifier> Members { get; internal set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Collection<MemberIdentifier^>^ Members {
Collection<MemberIdentifier^>^ get ();
internal: void set (Collection<MemberIdentifier^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Members : Collection<MemberIdentifier> with get, internal set
function get Members () : Collection<MemberIdentifier>
internal function set Members (value : Collection<MemberIdentifier>)
Property Value
Type: System.Collections.ObjectModel.Collection<MemberIdentifier>
The members for the search.
See Also
Reference
ValidationSearchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace