CauBpaProgress.FailedMachines Property

 

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

[DataMemberAttribute(IsRequired = true)]
public IList<string> FailedMachines { get; private set; }
public:
[DataMemberAttribute(IsRequired = true)]
property IList<String^>^ FailedMachines {
    IList<String^>^ get();
    private: void set(IList<String^>^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member FailedMachines : IList<string> with get, private set
<DataMemberAttribute(IsRequired := True)>
Public Property FailedMachines As IList(Of String)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.Generic.IList<String>

See Also

CauBpaProgress Class
Microsoft.ClusterAwareUpdating Namespace

Return to top