Description
Minimum number of assets for computing time between the end of a coverage interval and the current time Figure of Merit.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property MinAssets() As Integer
|
[C#] |
---|
public int MinAssets {get; set;}
|
[Managed C++] |
---|
public: __property int get_MinAssets(); public: __property void set_MinAssets( int );
|
[Unmanaged C++] |
---|
public: HRESULT get_MinAssets( long * pRetVal ); public: HRESULT put_MinAssets( long NewMinAssets );
|
[Java] |
---|
public int getMinAssets();public void setMinAssets( int );
|
See Also