ManagementPackProperty.Reconnect(EnterpriseManagementGroup) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reconnects this object to a management group after it has been deserialized.
public:
void Reconnect(Microsoft::EnterpriseManagement::EnterpriseManagementGroup ^ managementGroup);
public void Reconnect (Microsoft.EnterpriseManagement.EnterpriseManagementGroup managementGroup);
override this.Reconnect : Microsoft.EnterpriseManagement.EnterpriseManagementGroup -> unit
Public Sub Reconnect (managementGroup As EnterpriseManagementGroup)
Parameters
- managementGroup
- EnterpriseManagementGroup
The management group to connect this object to.