Share via


ModelIdentifier.ExternalParts Property

Gets a list of the external reference parts if the identifier is external to the current model.

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

Syntax

'Declaration
Public ReadOnly Property ExternalParts As IList(Of String)
public IList<string> ExternalParts { get; }
public:
property IList<String^>^ ExternalParts {
    IList<String^>^ get ();
}
member ExternalParts : IList<string>
function get ExternalParts () : IList<String>

Property Value

Type: System.Collections.Generic.IList<String>
The list of external parts.

.NET Framework Security

See Also

Reference

ModelIdentifier Class

Microsoft.Data.Schema.SchemaModel Namespace

IExternalReferenceParts