Share via


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
'Usage
Dim instance As PropertyClass 
Dim value As Boolean 

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

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