ManagementPackKeyPerformanceIndicatorType.Direction 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 direction of the KPI.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackKeyPerformanceIndicatorType
Dim value As ManagementPackKPIDirection
value = instance.Direction
instance.Direction = value
Syntax
'Declaration
<FieldMappingAttribute("Direction")> _
Public Property Direction As ManagementPackKPIDirection
[FieldMappingAttribute("Direction")]
public ManagementPackKPIDirection Direction { get; set; }
[FieldMappingAttribute(L"Direction")]
public:
property ManagementPackKPIDirection Direction {
ManagementPackKPIDirection get ();
void set (ManagementPackKPIDirection value);
}
/** @property */
public ManagementPackKPIDirection get_Direction ()
/** @property */
public void set_Direction (ManagementPackKPIDirection value)
public function get Direction () : ManagementPackKPIDirection
public function set Direction (value : ManagementPackKPIDirection)
Property Value
The direction of the KPI.
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
ManagementPackKeyPerformanceIndicatorType Class
ManagementPackKeyPerformanceIndicatorType Members
Microsoft.EnterpriseManagement.Configuration Namespace