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 the node was constructed with the default constructor.

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

Syntax

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

Property Value

Type: System. . :: . .Boolean
true if the node was constructed with the default constructor; otherwise false.

.NET Framework Security

See Also

Reference

Node Structure

Node Members

System.Dataflow Namespace