AuditSpecification.RemoveAuditSpecificationDetail Method
Include Protected Members
Include Inherited Members
Removes details from the existing audit specification provided by the specified objects.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
RemoveAuditSpecificationDetail(AuditSpecificationDetail) | Removes a set of details from the existing audit specification provided by the specified AuditSpecificationDetail object. | |
RemoveAuditSpecificationDetail(ICollection<AuditSpecificationDetail>) | Removes a set of details from the existing audit specification provided by the specified AuditSpecificationDetailCollection object. |
Top