DataCollectionItem Constructor
Initializes DataCollectionItem class objects.
Namespace: Microsoft.Clm.Shared.Requests
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)
Usage
'Usage
Dim name As String
Dim value As String
Dim instance As New DataCollectionItem(name, value)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As String _
)
public DataCollectionItem (
string name,
string value
)
public:
DataCollectionItem (
String^ name,
String^ value
)
public DataCollectionItem (
String name,
String value
)
public function DataCollectionItem (
name : String,
value : String
)
Parameters
- name
A String object that contains the name for the data collection item.
- value
A String object that contains the value for the data collection item.
Remarks
A client application will have to provide the required number of data collection items as specified by the policy configuration.
Platforms
Development Platforms
Windows 2008 x64 Edition
Target Platforms
Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2
See Also
Reference
DataCollectionItem Class
DataCollectionItem Members
Microsoft.Clm.Shared.Requests Namespace