ModelElementClass.ExternalPropertyClasses Property
Gets a list of ModelPropertyClass objects that represent properties that are not part of the current model.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public ReadOnly Property ExternalPropertyClasses As IList(Of ModelPropertyClass)
public IList<ModelPropertyClass> ExternalPropertyClasses { get; }
public:
property IList<ModelPropertyClass^>^ ExternalPropertyClasses {
IList<ModelPropertyClass^>^ get ();
}
member ExternalPropertyClasses : IList<ModelPropertyClass>
function get ExternalPropertyClasses () : IList<ModelPropertyClass>
Property Value
Type: System.Collections.Generic.IList<ModelPropertyClass>
A list of external properties.
.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.