Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.