Class MethodOutcome
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public class MethodOutcome : APIBase, IEquatable<APIBase>
Properties
FailureMessage
Declaration
public string FailureMessage { get; }
Property Value
Type | Description |
---|---|
System.String |
Successful
Declaration
public bool Successful { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>