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