EntrySelectedBy.TypeNames 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.
An optional list of typenames that apply to the entry.
public:
property System::Collections::Generic::List<System::String ^> ^ TypeNames { System::Collections::Generic::List<System::String ^> ^ get(); void set(System::Collections::Generic::List<System::String ^> ^ value); };
public System.Collections.Generic.List<string> TypeNames { get; set; }
member this.TypeNames : System.Collections.Generic.List<string> with get, set
Public Property TypeNames As List(Of String)