CustomNodeId.GetCustomId Method ()

 

Gets the custom byte sequence that identifies a scope node.

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

Syntax

public byte[] GetCustomId()
public:
array<unsigned char>^ GetCustomId()
member GetCustomId : unit -> byte[]
Public Function GetCustomId As Byte()

Return Value

Type: System.Byte[]

The custom byte sequence.

See Also

CustomNodeId Class
Microsoft.ManagementConsole Namespace

Return to top