共用方式為


LiteralValue 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
PublicPropertyLiteralValueAsStringGetSet
'Usage
DiminstanceAsLexerTokenEntryDimvalueAsStringvalue = instance.LiteralValue

instance.LiteralValue = value
publicstringLiteralValue { get; set; }
public:
propertyString^ LiteralValue {
    String^ get ();
    voidset (String^ value);
}
function getLiteralValue () : Stringfunction setLiteralValue (value : String)

Property Value

Type: System. . :: . .String

.NET Framework Security

See Also

Reference

LexerTokenEntry Structure

LexerTokenEntry Members

System.Dataflow Namespace