ValidationSearchCriteria.OmitIssuesList Property
Gets or sets a value that indicates whether the list of validation issues omit from the response.
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 OmitIssuesList As Boolean
Get
Set
'Usage
Dim instance As ValidationSearchCriteria
Dim value As Boolean
value = instance.OmitIssuesList
instance.OmitIssuesList = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public bool OmitIssuesList { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property bool OmitIssuesList {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member OmitIssuesList : bool with get, set
function get OmitIssuesList () : boolean
function set OmitIssuesList (value : boolean)
Property Value
Type: System.Boolean
True if the list of validation issues omit from the response; otherwise, false.
See Also
Reference
ValidationSearchCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace