Partilhar via


Propriedade do RDL ValidationSearchCriteria.OmitIssuesList

Gets or sets whether to omit the list of validation issues from the response.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property OmitIssuesList As Boolean
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Boolean
True if whether to omit the list of validation issues from the response; otherwise, false.

Consulte também

Referência

ValidationSearchCriteria Classe

Namespace Microsoft.MasterDataServices