Initializes a new instance of the
TierParamLimit class.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
'Usage
Dim value As String
Dim instance As New TierParamLimit(value)
public TierParamLimit(
string
)
public TierParamLimit(
: String
);
public function TierParamLimit(
: String
);
public: TierParamLimit(
string*
)
public:
TierParamLimit(
String^
)
Parameters
- value
- The value.
See Also