'Declaration
<NotNullAttribute()> Public ReadOnly Property AliasChangedNotifications As AliasChangedNotification()
'Usage
Dim instance As AliasesChangedEventArgs Dim value() As AliasChangedNotification value = instance.AliasChangedNotifications
[NotNull()] public AliasChangedNotification[] AliasChangedNotifications {get;}
[NotNull()] public: property array<AliasChangedNotification^>^ AliasChangedNotifications { array<AliasChangedNotification^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).