共用方式為


ManagementPackMeasureGroupType.Fact Property

[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.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As ManagementPackMeasureGroupType
Dim value As ManagementPackElementReference(Of ManagementPackBaseFactType)

value = instance.Fact

instance.Fact = value

Syntax

'Declaration
<FieldMappingAttribute("Fact")> _
Public Property Fact As ManagementPackElementReference(Of ManagementPackBaseFactType)
[FieldMappingAttribute("Fact")] 
public ManagementPackElementReference<ManagementPackBaseFactType> Fact { get; set; }
[FieldMappingAttribute(L"Fact")] 
public:
property ManagementPackElementReference<ManagementPackBaseFactType^>^ Fact {
    ManagementPackElementReference<ManagementPackBaseFactType^>^ get ();
    void set (ManagementPackElementReference<ManagementPackBaseFactType^>^ value);
}
/** @property */
public ManagementPackElementReference<ManagementPackBaseFactType> get_Fact ()

/** @property */
public void set_Fact (ManagementPackElementReference<ManagementPackBaseFactType> value)
public function get Fact () : ManagementPackElementReference<ManagementPackBaseFactType>

public function set Fact (value : ManagementPackElementReference<ManagementPackBaseFactType>)

Property Value

The fact value.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackMeasureGroupType Class
ManagementPackMeasureGroupType Members
Microsoft.EnterpriseManagement.Configuration Namespace