CustomNodeId.SetCustomId Method (Byte[])
Sets the custom byte sequence that identifies a scope node.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void SetCustomId(
byte[] customId
)
public:
void SetCustomId(
array<unsigned char>^ customId
)
member SetCustomId :
customId:byte[] -> unit
Public Sub SetCustomId (
customId As Byte()
)
Parameters
customId
Type: System.Byte[]The custom byte sequence value that identifies a scope node.
See Also
CustomNodeId Class
Microsoft.ManagementConsole Namespace
Return to top