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