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