Propriété ReturnValidationResults
Gets or sets a value indicating whether validation results should be returned after validation.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Syntaxe
'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property ReturnValidationResults As Boolean
Get
Set
'Utilisation
Dim instance As ValidationProcessOptions
Dim value As Boolean
value = instance.ReturnValidationResults
instance.ReturnValidationResults = value
[DataMemberAttribute(EmitDefaultValue = false)]
public bool ReturnValidationResults { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool ReturnValidationResults {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ReturnValidationResults : bool with get, set
function get ReturnValidationResults () : boolean
function set ReturnValidationResults (value : boolean)
Valeur de propriété
Type : System. . :: . .Boolean
true if validation results should be returned; otherwise, false.