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