Class ParametricStudyToolStepResult
Inheritance
System.Object
ParametricStudyToolStepResult
Assembly: SMT.MastaAPI.15.0.dll
public sealed class ParametricStudyToolStepResult : APIBase, IEquatable<APIBase>
Properties
Declaration
public string FailureMessage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool Successful { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods