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
Visual Basic |
Dim valueKey As String
Dim value As String
Dim instance As New ConnectionNodeData(valueKey, value)
|
Syntax
Visual Basic |
Public Sub New ( _
valueKey As String, _
value As String _
)
|
C# |
public ConnectionNodeData (
string valueKey,
string value
)
|
C++ |
public:
ConnectionNodeData (
String^ valueKey,
String^ value
)
|
J# |
public ConnectionNodeData (
String valueKey,
String value
)
|
JScript |
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