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