ObjectIdentifier.ExternalParts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.