'Declaration
<NotNullAttribute()> Public ReadOnly Property ClientMapper As UAClientMapper
'Usage
Dim instance As UAClientOperationContext Dim value As UAClientMapper value = instance.ClientMapper
[NotNull()] public UAClientMapper ClientMapper {get;}
[NotNull()] public: property UAClientMapper^ ClientMapper { UAClientMapper^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).