'Declaration
<NotNullAttribute()> Protected Overridable ReadOnly Property Formatter As OperationResultFormatter
'Usage
Dim instance As OperationResult Dim value As OperationResultFormatter value = instance.Formatter
[NotNull()] protected virtual OperationResultFormatter Formatter {get;}
[NotNull()] protected: virtual property OperationResultFormatter^ Formatter { OperationResultFormatter^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).