Compartir a través de


Range 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
PublicPropertyRangeAsCharacterRangeGetSet
'Usage
DiminstanceAsLexerTransitionDimvalueAsCharacterRangevalue = instance.Range

instance.Range = value
publicCharacterRangeRange { get; set; }
public:
propertyCharacterRangeRange {
    CharacterRangeget ();
    voidset (CharacterRangevalue);
}
function getRange () : CharacterRangefunction setRange (value : CharacterRange)

Property Value

Type: System.Dataflow. . :: . .CharacterRange

.NET Framework Security

See Also

Reference

LexerTransition Structure

LexerTransition Members

System.Dataflow Namespace