Gets or sets the maximum number of targets to select for beam steering.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaximumSelectionCount() As Integer |
[C#] |
---|
public int MaximumSelectionCount {get; set;} |
[Managed C++] |
---|
public: __property int get_MaximumSelectionCount(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaximumSelectionCount( int * pVal ); public: HRESULT put_MaximumSelectionCount( int val ); |
[Java] |
---|
public Integer getMaximumSelectionCount(); public void setMaximumSelectionCount( Integer ); |