BaseStationLocationLocationName Property |
Gets or sets the name of the location assigned by the user. This cannot be null and cannot be longer than 20 characters.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string LocationName { get; set; }
Public Property LocationName As String
Get
Set
public:
property String^ LocationName {
String^ get ();
void set (String^ value);
}
member LocationName : string with get, set
Property Value
Type:
StringSee Also