Gets or sets a value that indicates whether the list of validation issues omit from the response.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)
语法
声明
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property OmitIssuesList As Boolean
Get
Set
用法
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)
属性值
类型:System.Boolean
True if the list of validation issues omit from the response; otherwise, false.