ActionDefinition FullName Property

Gets or sets FullName. This is the unique name to reference this ActionDefinition. 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

public   string   FullName { get; set; }

Property Value

Type: String

Implements

IActionDefinition FullName

See

ActionDefinition Class

Scribe.Core.ConnectorApi.Metadata Namespace