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