Gets or sets the number of wings on the missile.
Read-write property
[Visual Basic .NET] |
---|
Public Property WingCount() As Integer |
[C#] |
---|
public int WingCount {get; set;} |
[Managed C++] |
---|
public: __property int get_WingCount(); |
[Unmanaged C++] |
---|
public: HRESULT get_WingCount( long * pVal ); public: HRESULT put_WingCount( long newVal ); |
[Java] |
---|
public int getWingCount(); public void setWingCount( int ); |