Share via


IsDefault 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.]

Gets a value that indicates whether this edge was constructed by the default constructor; such edges have neither a label nor a target node.

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

Syntax

'Declaration
PublicReadOnlyPropertyIsDefaultAsBooleanGet
'Usage
DiminstanceAsEdgeDimvalueAsBooleanvalue = instance.IsDefault
publicboolIsDefault { get; }
public:
propertyboolIsDefault {
    boolget ();
}
function getIsDefault () : boolean

Property Value

Type: System. . :: . .Boolean
true if this object was constructed by the default constructor; otherwise false.

.NET Framework Security

See Also

Reference

Edge Structure

Edge Members

System.Dataflow Namespace