BaseObject.SetResourceId Method (String, String)

 

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

public void SetResourceId(
    string prop,
    string resId
)
public:
void SetResourceId(
    String^ prop,
    String^ resId
)
Public Sub SetResourceId (
    prop As String,
    resId As String
)

Parameters

See Also

BaseObject Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top