SmsRootConsoleNode.ConnectionNodeData.NodeData Property
Gets or sets the node data.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As ConnectionNodeData
Dim value As Byte()
value = instance.NodeData
instance.NodeData = value
Syntax
'Declaration
<XmlAttributeAttribute("NodeData")> _
Public Property NodeData As Byte()
[XmlAttributeAttribute("NodeData")]
public byte[] NodeData { get; set; }
[XmlAttributeAttribute(L"NodeData")]
public:
property array<unsigned char>^ NodeData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public byte[] get_NodeData ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_NodeData (byte[] value)
DebuggerStepThroughAttribute
public function get NodeData () : byte[]
DebuggerStepThroughAttribute
public function set NodeData (value : byte[])
Property Value
Array of node data.
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
SmsRootConsoleNode.ConnectionNodeData Class
SmsRootConsoleNode.ConnectionNodeData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace