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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.