|
PerformanceEnvSet Method |
Insert a value to a performance variable
Namespace: DrawerBackup.NativeAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void Set(
string variableName,
double value
)
Public Sub Set (
variableName As String,
value As Double
)
public:
void Set(
String^ variableName,
double value
)
member Set :
variableName : string *
value : float -> unit
Parameters
- variableName
- Type: SystemString
- value
- Type: SystemDouble
See Also