LoadBalancerNotificationsRuleNotificationEvents Property
|
Namespace:
Aruba.Cloud.Provisioning.Entities.LoadBalancer
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public List<RuleNotificationEvent> RuleNotificationEvents { get; set; }<DataMemberAttribute>
Public Property RuleNotificationEvents As List(Of RuleNotificationEvent)
Get
Set
public:
[DataMemberAttribute]
property List<RuleNotificationEvent^>^ RuleNotificationEvents {
List<RuleNotificationEvent^>^ get ();
void set (List<RuleNotificationEvent^>^ value);
}[<DataMemberAttribute>]
member RuleNotificationEvents : List<RuleNotificationEvent> with get, set
function get RuleNotificationEvents () : List<RuleNotificationEvent>
function set RuleNotificationEvents (value : List<RuleNotificationEvent>)
Property Value
Type:
ListRuleNotificationEvent
See Also