Table of Contents

Interface INamedElement

Namespace
Bonsai
Assembly
Bonsai.Core.dll

Represents workflow elements that have a name.

public interface INamedElement

Properties

Name

Gets the name of the element.

string Name { get; }

Property Value

string