'Declaration
<DefaultValueAttribute(False)>
Public Property DisableInnerExceptions As Boolean
'Usage
Dim instance As SessionStream
Dim value As Boolean
instance.DisableInnerExceptions = value
value = instance.DisableInnerExceptions
[DefaultValue(false)]
public bool DisableInnerExceptions {get; set;}
[DefaultValue(false)]
public: __property bool get_DisableInnerExceptions();
public: __property void set_DisableInnerExceptions(
bool value
);
[DefaultValue(false)]
public:
property bool DisableInnerExceptions {
bool get();
void set ( bool value);
}