Share via


ManagementPackComponentBehavior.BehaviorTypeId Property

Definition

Gets or sets a behavior type identifier value in the attribute object template.

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

Property Value

The behavior type identifier value.

Applies to