ModelIdentifier.Parts Property

Gets a list of the parts of the identifier.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IList<String>
An IList<T> of type String.

.NET Framework Security

See Also

Reference

ModelIdentifier Class

Microsoft.Data.Schema.SchemaModel Namespace