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