SmsSiteConnectionNode.ConnectionNodeData Constructor (String, String)
Initializes a new instance of SmsSiteConnectionNode.ConnectionNodeData for the specified key and named value.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim valueKey As String
Dim value As String
Dim instance As New ConnectionNodeData(valueKey, value)
Syntax
'Declaration
Public Sub New ( _
valueKey As String, _
value As String _
)
public ConnectionNodeData (
string valueKey,
string value
)
public:
ConnectionNodeData (
String^ valueKey,
String^ value
)
public ConnectionNodeData (
String valueKey,
String value
)
public function ConnectionNodeData (
valueKey : String,
value : String
)
Parameters
- valueKey
[in] Key associated with a named value.
- value
[in] A named value.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsSiteConnectionNode.ConnectionNodeData Class
SmsSiteConnectionNode.ConnectionNodeData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace