Gets or sets the Software Quality Matrix (SQM) data point identifier 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 ReportDescription
Dim value As Integer

value = instance.SqmDataPoint

instance.SqmDataPoint = value

Syntax

Visual Basic
<DefaultValueAttribute(0)> _
<XmlAttributeAttribute("SqmDataPoint")> _
Public Property SqmDataPoint As Integer
C#
[DefaultValueAttribute(0)] 
[XmlAttributeAttribute("SqmDataPoint")] 
public int SqmDataPoint { get; set; }
C++
[DefaultValueAttribute(0)] 
[XmlAttributeAttribute(L"SqmDataPoint")] 
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

SQM data point identifier.

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