'Declaration
Public ReadOnly Property Method As MethodBase
'Usage
Dim instance As ResultException Dim value As MethodBase value = instance.Method
public MethodBase Method {get;}
public: property MethodBase^ Method { MethodBase^ get(); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.