ValidationProcessResult Class
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.
Contains validations results.
public ref class ValidationProcessResult : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="ValidationProcessResult", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ValidationProcessResult : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="ValidationProcessResult", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ValidationProcessResult = class
inherit DataContractBase
Public Class ValidationProcessResult
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The ValidationProcessResult contains validations results.
Constructors
ValidationProcessResult() |
Initializes a new instance of the ValidationProcessResult class. |
Properties
MembersInvalidCount |
Specifies the number of members that are invalid. |
MembersValidatedCount |
Specifies the number of members that are validated. |
MembersValidCount |
Specifies the number of members that are valid. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |