Share via


ManagementPackRelationshipFactTypeRelationships.TargetDimension Property

Definition

Gets or sets the target dimension.

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

Property Value

Returns ManagementPackElementReference<T>.

The target dimension.

Applies to