ValidationSearchCriteria.OmitIssuesList Property
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.
Specifies whether to omit the list of validation issues from the response.
public:
property bool OmitIssuesList { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool OmitIssuesList { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.OmitIssuesList : bool with get, set
Public Property OmitIssuesList As Boolean
Property Value
true
if to omit the list of validation issues from the response; otherwise, false
.
- Attributes