Gets or sets the text displayed on the first button or command link of this user notification.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ResponseAText As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IUserNotificationDefinition
Dim value As System.String
instance.ResponseAText = value
value = instance.ResponseAText |
C# | |
---|
System.string ResponseAText {get; set;} |
C++/CLI | |
---|
property System.String^ ResponseAText {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Text displayed on first user response control; default is an empty string
Example
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30