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.
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