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