Share via


ManagementPack.ProcessSubElementPropertyReference(String) Method

Definition

Processes a reference found in this management pack into a ManagementPackSubElement object.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^, Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElement ^> ^ ProcessSubElementPropertyReference(System::String ^ referencestring);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackElement,Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement> ProcessSubElementPropertyReference (string referencestring);
member this.ProcessSubElementPropertyReference : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackElement, Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement>
Public Function ProcessSubElementPropertyReference (referencestring As String) As ManagementPackSubElementReference(Of ManagementPackElement, ManagementPackSubElement)

Parameters

referencestring
String

The reference string to process. The following is an example of a reference string: $MPElement[Name=&quot;Microsoft.Windows.InternetInformationServices.2003.FTPServer&quot;]$

Returns

A ManagementPackSubElementReference<T,V> reference.

Applies to