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.
Specifies the members the issues for.
public:
property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::MemberIdentifier ^> ^ Members { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::MemberIdentifier ^> ^ get(); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier> Members { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.Members : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier>
Public ReadOnly Property Members As Collection(Of MemberIdentifier)
Property Value
The members of the issues for.
- Attributes