IRelationshipDefinition FullName Property

Gets or sets FullName. This must be a unique value and will be used to reference this relationship. Value cannot be NULL. 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

IRelationshipDefinition Interface

Scribe.Core.ConnectorApi.Metadata Namespace