Share via


ModelPropertyClass.IsExternal Property

Gets a value that indicates whether the property is external to the current DataSchemaModel.

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

Syntax

'Declaration
Public ReadOnly Property IsExternal As Boolean
public bool IsExternal { get; }
public:
property bool IsExternal {
    bool get ();
}
member IsExternal : bool
function get IsExternal () : boolean

Property Value

Type: System.Boolean
true if the property is external; otherwise, false.

.NET Framework Security

See Also

Reference

ModelPropertyClass Class

Microsoft.Data.Schema.SchemaModel Namespace

DataSchemaModel