Show / Hide Table of Contents

Class IsValidResult

Represents message validation result.

Inheritance
object
IsValidResult
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Integration.DataContracts
Syntax
public class IsValidResult

Properties

IsValid

Returns true if message is valid.

Declaration
public bool IsValid { get; set; }
Property Value
Type Description
bool

true if this instance is valid; otherwise, false.

Message

The message.

Declaration
public string Message { get; set; }
Property Value
Type Description
string

The message.

Back to top Created by Formpipe