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 whether to omit the list of validation issues from the response.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(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(EmitDefaultValue = false)]
public bool OmitIssuesList { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property bool OmitIssuesList {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member OmitIssuesList : bool with get, set
function get OmitIssuesList () : boolean
function set OmitIssuesList (value : boolean)
Property Value
Type: System.Boolean
True if whether to omit the list of validation issues from the response; otherwise, false.