Gets or sets the station name for the F-NET device.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[DefaultValueAttribute("F-NET Unit")] public string StationName { get; set; }
<DefaultValueAttribute("F-NET Unit")> _ Public Property StationName As String Get Set
[DefaultValueAttribute(L"F-NET Unit")] public: property String^ StationName { String^ get (); void set (String^ value); }