Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.