ManagementPackKeyPerformanceIndicatorType.StatusGraphic Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets a graphic for displaying the KPI status.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackKeyPerformanceIndicatorType
Dim value As ManagementPackKPIStatusGraphic
value = instance.StatusGraphic
instance.StatusGraphic = value
Syntax
'Declaration
<FieldMappingAttribute("StatusGraphic")> _
Public Property StatusGraphic As ManagementPackKPIStatusGraphic
[FieldMappingAttribute("StatusGraphic")]
public ManagementPackKPIStatusGraphic StatusGraphic { get; set; }
[FieldMappingAttribute(L"StatusGraphic")]
public:
property ManagementPackKPIStatusGraphic StatusGraphic {
ManagementPackKPIStatusGraphic get ();
void set (ManagementPackKPIStatusGraphic value);
}
/** @property */
public ManagementPackKPIStatusGraphic get_StatusGraphic ()
/** @property */
public void set_StatusGraphic (ManagementPackKPIStatusGraphic value)
public function get StatusGraphic () : ManagementPackKPIStatusGraphic
public function set StatusGraphic (value : ManagementPackKPIStatusGraphic)
Property Value
A graphic for displaying the KPI status.
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