ValidationProcessCriteria.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 to process
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, IsRequired=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier> Members { get; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=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 to process.
- Attributes
Remarks
Optional