PropertyClass.IsExternal Property

Gets whether the property is external.

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

Syntax

'Declaration
Public ReadOnly Property IsExternal As Boolean
    Get
'Usage
Dim instance As PropertyClass
Dim value As Boolean

value = instance.IsExternal
public bool IsExternal { get; }
public:
property bool IsExternal {
    bool get ();
}
function get IsExternal () : boolean
member IsExternal : bool

Property Value

Type: System.Boolean
Returns True if the property is external; otherwise, False.

.NET Framework Security

See Also

Reference

PropertyClass Class

PropertyClass Members

Microsoft.Data.Schema.SchemaModel Namespace