ServiceAnnouncementTxt Property |
Namespace: StreamCoders.Devices.Chromecast.MDnsAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic IList<string> Txt { get; }
Public ReadOnly Property Txt As IList(Of String)
Get
public:
property IList<String^>^ Txt {
IList<String^>^ get ();
}
member Txt : IList<string> with get
Property Value
Type:
IListString
See Also