WidgetHyperlinkInteractionType Property | |
Specifies what happens when a user clicks the widget.
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public string InteractionType { get; set; }
Public Property InteractionType As String
Get
Set
public:
property String^ InteractionType {
String^ get ();
void set (String^ value);
}
member InteractionType : string with get, set
Return Value
Type:
Stringthe interaction type
See Also