Interface INamedElement
Represents workflow elements that have a name.
Namespace: Bonsai
Assembly: Bonsai.Core.dll
Syntax
public interface INamedElement
Properties
| Improve this Doc View SourceName
Gets the name of the element.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String |