Label Class
[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
<SerializableAttribute> _
PublicNotInheritableClassLabel _
ImplementsIEquatable(OfLabel), IComparable, _
IComparable(OfLabel)
'Usage
DiminstanceAsLabel
[SerializableAttribute]
publicsealedclassLabel : IEquatable<Label>,
IComparable, IComparable<Label>
[SerializableAttribute]
publicref classLabelsealed : IEquatable<Label^>,
IComparable, IComparable<Label^>
publicfinalclass Label implementsIEquatable<Label>, IComparable, IComparable<Label>
Inheritance Hierarchy
System. . :: . .Object
System.Dataflow..::..Label
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.