RootNodeDescription.SqmDataPoint Property
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
'Usage
Dim instance As RootNodeDescription
Dim value As Integer
value = instance.SqmDataPoint
instance.SqmDataPoint = value
Syntax
'Declaration
<XmlAttributeAttribute("SqmDataPoint")> _
<DefaultValueAttribute(0)> _
Public Property SqmDataPoint As Integer
[XmlAttributeAttribute("SqmDataPoint")]
[DefaultValueAttribute(0)]
public int SqmDataPoint { get; set; }
[XmlAttributeAttribute(L"SqmDataPoint")]
[DefaultValueAttribute(0)]
public:
property int SqmDataPoint {
int get ();
void set (int value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public int get_SqmDataPoint ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_SqmDataPoint (int value)
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
Reference
RootNodeDescription Class
RootNodeDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace