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 process.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Members As Collection(Of MemberIdentifier)
Get
Friend Set
'Usage
Dim instance As ValidationProcessCriteria
Dim value As Collection(Of MemberIdentifier)
value = instance.Members
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Collection<MemberIdentifier> Members { get; internal set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Collection<MemberIdentifier^>^ Members {
Collection<MemberIdentifier^>^ get ();
internal: void set (Collection<MemberIdentifier^>^ value);
}
[<DataMemberAttribute(IsRequired = false, 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 process.
See Also
Reference
ValidationProcessCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace