InitiateUserInstall Method in Class SMS_Application
Warning
This method is reserved for future use.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
SInt32 InitiateUserInstall (
String ModelName,
String Username,
String ClientGUID
);
ModelName
Data type: String
Qualifiers: [in]
Model name of the application.
Username
Data type: String
Qualifiers: [in]
Unique user name.
ClientGUID
Data type: String
Qualifiers: [in]
Unique identifier of a client.
An SInt32
data type that is 0 to indicate success or non-zero to indicate failure.
For more information about handling returned errors, see About Configuration Manager Errors.
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.