Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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