SelectedSource Property
Summary
(Read only) Gets the current selected source name.
Syntax
[DataMemberAttribute(Name="selectedSource")]
public string SelectedSource { get; }
<DataMemberAttribute("selectedSource")>
Public ReadOnly Property SelectedSource As String
[DataMemberAttribute("selectedSource")]
public:
property String^ SelectedSource {
String^ get();
}
Property Value
The current selected source name.