RuleNotificationEventCommunications 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<Communication> Communications { get; set; }<DataMemberAttribute>
Public Property Communications As List(Of Communication)
Get
Set
public:
[DataMemberAttribute]
property List<Communication^>^ Communications {
List<Communication^>^ get ();
void set (List<Communication^>^ value);
}[<DataMemberAttribute>]
member Communications : List<Communication> with get, set
function get Communications () : List<Communication>
function set Communications (value : List<Communication>)
Property Value
Type:
ListCommunication
See Also