Gets or sets whether to display the "Do not show again" check box for this user notification.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeDoNotShowAgain As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IUserNotificationDefinition
Dim value As System.Boolean
instance.IncludeDoNotShowAgain = value
value = instance.IncludeDoNotShowAgain |
C# | |
---|
System.bool IncludeDoNotShowAgain {get; set;} |
C++/CLI | |
---|
property System.bool IncludeDoNotShowAgain {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True (default) to display the check box, false to not.
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30