ListControlEntry.SelectedBy 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.
List of typenames which select this entry, deprecated, use EntrySelectedBy
public:
property System::Collections::Generic::List<System::String ^> ^ SelectedBy { System::Collections::Generic::List<System::String ^> ^ get(); };
public System.Collections.Generic.List<string> SelectedBy { get; }
member this.SelectedBy : System.Collections.Generic.List<string>
Public ReadOnly Property SelectedBy As List(Of String)