Class XwaFlightModelListEntry
Inheritance
XwaFlightModelListEntry
Assembly: JeremyAnsel.Xwa.Workspace.dll
Syntax
public sealed class XwaFlightModelListEntry
Fields
|
Edit this page
View Source
ValueMaxLength
Declaration
public const int ValueMaxLength = 255
Field Value
Properties
|
Edit this page
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Methods
|
Edit this page
View Source
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
string |
A string that represents the current object.
|
Overrides