PropertyTypeDefinition FullName Property

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

IPropertyTypeDefinition FullName

See

PropertyTypeDefinition Class

Scribe.Core.ConnectorApi.Metadata Namespace