Class SetGroupHoldCodeResponse
Represents the response for the SetGroupHoldCode method.
Inheritance
System.Object
SetGroupHoldCodeResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SetGroupHoldCodeResponse : ServiceResponse
Constructors
SetGroupHoldCodeResponse()
Declaration
public SetGroupHoldCodeResponse()
Properties
ItemsAffected
Gets or sets the items affected.
Declaration
public int ItemsAffected { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The items affected. |