FaultList Property

Microsoft Robotics Class Reference

List of faults in retrieving results

Namespace:  Microsoft.Dss.Services.TestAggregator.Proxy
Assembly:  Microsoft.Dss.Runtime.Proxy (in Microsoft.Dss.Runtime.Proxy.dll) Version: 2.1.9999.0

Syntax

[DataMemberAttribute(IsRequired = true, Order = )]
public List<Fault> FaultList { get; set; }
'Declaration
<DataMemberAttribute(IsRequired := True, Order := )> _
Public Property FaultList As List(Of Fault)
[DataMemberAttribute(IsRequired = true, Order = )]
public:
property List<Fault^>^ FaultList {
    List<Fault^>^ get ();
    void set (List<Fault^>^ value);
}

See Also

State Class

Microsoft.Dss.Services.TestAggregator.Proxy Namespace