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