Edit

ProjectInfo.KnownNames Property

Definition

Names which may be used to lookup this project This is a subset of all names that this project ever had (excluding the names that are now used for other projects)

[System.Runtime.Serialization.IgnoreDataMember]
public System.Collections.Generic.IList<string> KnownNames { get; set; }
member this.KnownNames : System.Collections.Generic.IList<string> with get, set
Public Property KnownNames As IList(Of String)

Property Value

Attributes

Applies to