ObjectIdentifier.ExternalParts Property

Definition

Gets the external reference parts. Null if the identifier is not external.

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

Property Value

The external reference parts.

Applies to