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 number of members validated during the validation process.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property MembersValidatedCount As Integer
Get
Set
'Usage
Dim instance As ValidationProcessResult
Dim value As Integer
value = instance.MembersValidatedCount
instance.MembersValidatedCount = value
[DataMemberAttribute]
public int MembersValidatedCount { get; set; }
[DataMemberAttribute]
public:
property int MembersValidatedCount {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member MembersValidatedCount : int with get, set
function get MembersValidatedCount () : int
function set MembersValidatedCount (value : int)
Property Value
Type: System.Int32
Integer representing the number of members.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace