Gets or sets the name of the widget function.
Namespace: Composite.FunctionsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public string WidgetFunctionName { get; set; } |
| Visual Basic |
|---|
Public Property WidgetFunctionName As String Get Set |
| Visual C++ |
|---|
public: property String^ WidgetFunctionName { String^ get (); void set (String^ value); } |