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