Share via


ModelPropertyClass.IsDefault Method

Returns a value that indicates whether the given value is the default value.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function IsDefault ( _
    propertyValue As Object _
) As Boolean
public bool IsDefault(
    Object propertyValue
)
public:
bool IsDefault(
    Object^ propertyValue
)
member IsDefault : 
        propertyValue:Object -> bool 
public function IsDefault(
    propertyValue : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the propertyValue is the default value; otherwise, false.

.NET Framework Security

See Also

Reference

ModelPropertyClass Class

Microsoft.Data.Schema.SchemaModel Namespace

PropertyType