Share via


ManagementPack.ProcessTargetReference Method

Definition

Caution

This method will be changed to return a ManagementPackProperty

Processes the specified reference and target in the management pack into a management pack class property.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackClassProperty ^ ProcessTargetReference(System::String ^ referencestring, Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^> ^ workflowTarget);
[System.Obsolete("This method will be changed to return a ManagementPackProperty")]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackClassProperty ProcessTargetReference (string referencestring, Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackClass> workflowTarget);
member this.ProcessTargetReference : string * Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackClass> -> Microsoft.EnterpriseManagement.Configuration.ManagementPackClassProperty
Public Function ProcessTargetReference (referencestring As String, workflowTarget As ManagementPackElementReference(Of ManagementPackClass)) As ManagementPackClassProperty

Parameters

referencestring
String

The reference string that is processed into a management pack class property. The following is an example of a reference string: $Target/Property[Type=&quot;Windows!Microsoft.Windows.InternetInformationServices.2003.FTPServer&quot;]/Timeout$.

workflowTarget
ManagementPackElementReference<ManagementPackClass>

The target class for the workflow where the reference is found. For example, the Target property of a rule if a rule module configuration is being processed.

Returns

A ManagementPackClassProperty object.

The specified reference and target.

Attributes

Applies to