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