Class PowerSearchValidateDynamicsAccountResponse
Represents the response for the PowerSearchValidateDynamicsAccount method.
Inheritance
System.Object
PowerSearchValidateDynamicsAccountResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class PowerSearchValidateDynamicsAccountResponse : ServiceResponse
Constructors
PowerSearchValidateDynamicsAccountResponse()
Declaration
public PowerSearchValidateDynamicsAccountResponse()
Properties
MessageResult
Declaration
public string MessageResult { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SegmentValueList
Declaration
public ICollection<string> SegmentValueList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.String> |