'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Protected ReadOnly Property ClientConnectionControl As IEasyUAClientConnectionControl
'Usage
Dim instance As AbstractEasyUAClientServerApplication Dim value As IEasyUAClientConnectionControl value = instance.ClientConnectionControl
[JetBrains.Annotations.CanBeNull()] protected IEasyUAClientConnectionControl ClientConnectionControl {get;}
[JetBrains.Annotations.CanBeNull()] protected: property IEasyUAClientConnectionControl^ ClientConnectionControl { IEasyUAClientConnectionControl^ get(); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).