Share via


ManagementPackMeasureGroupType.Fact Property

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the fact value for the current object.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackBaseFactType ^> ^ Fact { Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackBaseFactType ^> ^ get(); void set(Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackBaseFactType ^> ^ value); };
[Microsoft.EnterpriseManagement.Configuration.FieldMapping("Fact")]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackBaseFactType> Fact { get; set; }
member this.Fact : Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackBaseFactType> with get, set
Public Property Fact As ManagementPackElementReference(Of ManagementPackBaseFactType)

Property Value

The fact value.

Attributes

Applies to