Gets or sets a Software Quality Matrix (SQM) data point value that
is used to report information to SQM. This property supports the
Configuration Manager infrastructure and is not intended to be used
directly from your code.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As RootNodeDescription
Dim value As Integer
value = instance.SqmDataPoint
instance.SqmDataPoint = value
|
Syntax
Visual Basic |
<XmlAttributeAttribute("SqmDataPoint")> _
<DefaultValueAttribute(0)> _
Public Property SqmDataPoint As Integer
|
C# |
[XmlAttributeAttribute("SqmDataPoint")]
[DefaultValueAttribute(0)]
public int SqmDataPoint { get; set; }
|
C++ |
[XmlAttributeAttribute(L"SqmDataPoint")]
[DefaultValueAttribute(0)]
public:
property int SqmDataPoint {
int get ();
void set (int value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public int get_SqmDataPoint ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_SqmDataPoint (int value)
|
JScript |
DebuggerStepThroughAttribute
public function get SqmDataPoint () : int
DebuggerStepThroughAttribute
public function set SqmDataPoint (value : int)
|
Property Value
Data point value; default 0.
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 Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also