IActionDefinition FullName Property

Gets or sets FullName. This is the unique name to reference this IActionDefinition. Must not contain any non-alphanumeric characters other than the underscore.

Namespace:  Scribe.Core.ConnectorApi.Metadata

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll

Syntax

string   FullName { get; set; }

Property Value

Type: String

See

IActionDefinition Interface

Scribe.Core.ConnectorApi.Metadata Namespace