PropertyTypeDefinition Description Property

Gets or sets Description. Properties are set to convey any of the following additional helpful information about the field: 1. If the field will be defaulted and if possible the value it will be defaulted to. 2. The property’s application specific “native” data type (if application does not natively use .NET system types) 3. Any ranges or restrictions placed of the field 4. Possible or required pick list values

Namespace:  Scribe.Core.ConnectorApi.Metadata

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

Syntax

public   string   Description { get; set; }

Property Value

Type: String

Implements

IPropertyTypeDefinition Description

See

PropertyTypeDefinition Class

Scribe.Core.ConnectorApi.Metadata Namespace