Gets or sets the reference load factor.
Read-write property
[Visual Basic .NET] |
---|
Public Property RefLoadFactor() As Double |
[C#] |
---|
public double RefLoadFactor {get; set;} |
[Managed C++] |
---|
public: __property double get_RefLoadFactor(); |
[Unmanaged C++] |
---|
public: HRESULT get_RefLoadFactor( double * pVal ); public: HRESULT put_RefLoadFactor( double newVal ); |
[Java] |
---|
public double getRefLoadFactor(); public void setRefLoadFactor( double ); |