'Declaration
<NotNullAttribute()> Property Arguments As EasyUAMonitoredItemArguments
'Usage
Dim instance As _EasyUADataChangeNotificationEventArgs Dim value As EasyUAMonitoredItemArguments instance.Arguments = value value = instance.Arguments
[NotNull()] EasyUAMonitoredItemArguments Arguments {get; set;}
[NotNull()] property EasyUAMonitoredItemArguments^ Arguments { EasyUAMonitoredItemArguments^ get(); void set ( EasyUAMonitoredItemArguments^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).