Description
Minimum number of for computing Response 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 * pVal
);
public: HRESULT put_MinAssets(
long MinAssets
);
|
[Java] |
---|
public int getMinAssets();
public void setMinAssets(
int
);
|
[Python - STK API] |
---|
@property
def MinAssets(self) -> int:
@MinAssets.setter
def MinAssets(self, MinAssets:int) -> None:
|
See Also