Microsoft.ManagementConsole.NodeTypeAttribute.NodeTypeAttribute C# (CSharp) Method

NodeTypeAttribute() public method

public NodeTypeAttribute ( string guid ) : System
guid string
return System
        public NodeTypeAttribute(string guid)
        {
            this._guid = new System.Guid(guid);
        }
NodeTypeAttribute