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