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