Dela via


ModelStore.Identifier.Parts Property

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

Syntax

'Declaration
Public ReadOnly Property Parts As IList(Of String)
'Usage
Dim instance As ModelStore.Identifier 
Dim value As IList(Of String)

value = instance.Parts
public IList<string> Parts { get; }
public:
property IList<String^>^ Parts {
    IList<String^>^ get ();
}
public function get Parts () : IList<String>

Property Value

Type: System.Collections.Generic.IList<String>

.NET Framework Security

See Also

Reference

ModelStore.Identifier Class

ModelStore.Identifier Members

Microsoft.Data.Schema.SchemaModel Namespace