CustomNodeId Constructor (Byte[])

 

Initializes a new instance of the CustomNodeId class using a custom byte sequence as a parameter.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public CustomNodeId(
    byte[] customId
)
public:
CustomNodeId(
    array<unsigned char>^ customId
)
new : 
        customId:byte[] -> CustomNodeId
Public Sub New (
    customId As Byte()
)

Parameters

  • customId
    Type: System.Byte[]

    The custom byte sequence that identifies a scope node.

See Also

CustomNodeId Overload
CustomNodeId Class
Microsoft.ManagementConsole Namespace

Return to top