BaseStationSystemEventsApp Property |
Gets or sets the name of the application that wrote the record. Cannot be null, maximum of 15 characters.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string App { get; set; }
Public Property App As String
Get
Set
public:
property String^ App {
String^ get ();
void set (String^ value);
}
member App : string with get, set
Property Value
Type:
StringSee Also