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.

Syntax

SInt32 InitiateUserInstall (  
     String  ModelName,  
     String  Username,  
     String  ClientGUID  
);  

Parameters

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.

Return Values

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.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_Application Server WMI Class