BaseObject.GetResourceId Method (String)

 

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

Syntax

public string GetResourceId(
    string prop
)
public:
String^ GetResourceId(
    String^ prop
)
Public Function GetResourceId (
    prop As String
) As String

Parameters

Return Value

Type: System.String

See Also

BaseObject Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top