Share via


Description Property

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicPropertyDescriptionAsStringGetSet
'Usage
DiminstanceAsParserProductionEntryDimvalueAsStringvalue = instance.Description

instance.Description = value
publicstringDescription { get; set; }
public:
propertyString^ Description {
    String^ get ();
    voidset (String^ value);
}
function getDescription () : Stringfunction setDescription (value : String)

Property Value

Type: System. . :: . .String

.NET Framework Security

See Also

Reference

ParserProductionEntry Structure

ParserProductionEntry Members

System.Dataflow Namespace