BusinessRulesCreateResponse Class
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.
The BusinessRulesCreateResponse specifies the response of creating business rules.
public ref class BusinessRulesCreateResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class BusinessRulesCreateResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type BusinessRulesCreateResponse = class
inherit MessageResponse
Public Class BusinessRulesCreateResponse
Inherits MessageResponse
- Inheritance
- Attributes
Constructors
BusinessRulesCreateResponse() |
Constructor. |
Properties
BusinessRuleSet |
Echoes the created items if ReturnCreatedIdentifiers is set to true in the request. |
OperationResult |
Specifies the operation result. (Inherited from MessageResponse) |