CauRun.NodeStatusNotifications Property
Namespace: Microsoft.ClusterAwareUpdating
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public IList<NodeStatusNotification> NodeStatusNotifications { get; private set; }
public:
[DataMemberAttribute(IsRequired = true)]
property IList<NodeStatusNotification^>^ NodeStatusNotifications {
IList<NodeStatusNotification^>^ get();
private: void set(IList<NodeStatusNotification^>^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member NodeStatusNotifications : IList<NodeStatusNotification> with get, private set
<DataMemberAttribute(IsRequired := True)>
Public Property NodeStatusNotifications As IList(Of NodeStatusNotification)
Get
Private Set
End Property
Property Value
Type: System.Collections.Generic.IList<NodeStatusNotification>
See Also
CauRun Class
Microsoft.ClusterAwareUpdating Namespace
Return to top