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