Gets or sets the message displayed on this message bar.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Message As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IUserNotificationDefinition
Dim value As System.String
instance.Message = value
value = instance.Message |
C# | |
---|
System.string Message {get; set;} |
C++/CLI | |
---|
property System.String^ Message {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Non-empty message string
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30