Share via


ManagementPackRelationshipEndpoint.Type Property

Definition

Gets or sets the type of the management pack relationship endpoint.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^> ^ Type { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^> ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^> ^ value); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackClass> Type { get; set; }
member this.Type : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackClass> with get, set
Public Property Type As ManagementPackElementReference(Of ManagementPackClass)

Property Value

Returns ManagementPackElementReference<T>.

The type of the management pack relationship endpoint.

Applies to