Gets or sets the number of propellers.
Read-write property
[Visual Basic .NET] |
---|
Public Property PropellerCount() As Integer |
[C#] |
---|
public int PropellerCount {get; set;} |
[Managed C++] |
---|
public: __property int get_PropellerCount(); |
[Unmanaged C++] |
---|
public: HRESULT get_PropellerCount( long * pVal ); public: HRESULT put_PropellerCount( long pVal ); |
[Java] |
---|
public int getPropellerCount(); public void setPropellerCount( int ); |