Gets or sets whether to send email notifications during simulations.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EMailTimebased2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWDynamicStudyOptions
Dim value As System.Boolean
instance.EMailTimebased2 = value
value = instance.EMailTimebased2 |
C# | |
---|
System.bool EMailTimebased2 {get; set;} |
C++/CLI | |
---|
property System.bool EMailTimebased2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true to send email notifications during simulations, 0 or false to not
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30