SubAssemblyLoadResult.FailedVerifications Property |
A flagged enumerated value indicating the specific verification checks that
failed during the sub-assembly load operation.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic SubAssemblyLoadVerifications FailedVerifications { get; }
Public ReadOnly Property FailedVerifications As SubAssemblyLoadVerifications
Get
public:
property SubAssemblyLoadVerifications FailedVerifications {
SubAssemblyLoadVerifications get ();
}
member FailedVerifications : SubAssemblyLoadVerifications with get
Property Value
Type:
SubAssemblyLoadVerifications
See Also