'Declaration
<DefaultValueAttribute(False)> Public ReadOnly Property IsUncertain As Boolean
[DefaultValue(false)] public bool IsUncertain {get;}
[DefaultValue(false)] public: property bool IsUncertain { bool get(); }
'Declaration
<DefaultValueAttribute(False)> Public ReadOnly Property IsUncertain As Boolean
[DefaultValue(false)] public bool IsUncertain {get;}
[DefaultValue(false)] public: property bool IsUncertain { bool get(); }
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.