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