ObjectIdentifier.Parts Property

Definition

Gets the parts of the identifier.

public System.Collections.Generic.IList<string> Parts { get; set; }
member this.Parts : System.Collections.Generic.IList<string> with get, set
Public Property Parts As IList(Of String)

Property Value

The parts of the identifier.

Applies to